Interface | Description |
---|---|
RequestView |
Intended to be used within a
JsonView to demarcate which properties are accepted in a
request from external (e.g. |
ResponseView |
Intended to be used within a
JsonView to demarcate which properties serialized in the
response from and endpoint |
Class | Description |
---|---|
AccessTokenClaimKeys |
Contains constants that are used as keys for token claims for access tokens in
TokenEnhancers . |
AccessTokenClaimKeys.ClientRestrictionClaims | |
AccessTokenClaimKeys.CustomerContextClaims | |
AccessTokenClaimKeys.CustomerSegmentClaims | |
AccessTokenClaimKeys.RegisteredClaims | |
AccessTokenClaimKeys.TenantClaims | |
AccessTokenClaimKeys.UserDataClaims | |
AccessTokenClaimKeys.UserRestrictionClaims | |
ApplicationRef |
A DTO intended to hold just the applicationId of a user-application relationship.
|
RestrictedPermission |
Represent a permission a user has access to only within specific segment(s) of data.
|
RestrictedRole |
Represent a role a user has access to only within specific segment(s) of data.
|
Restriction |
A DTO used to represent a restriction on the data in which a user has access.
|
SessionTokenClaimKeys |
Contains constants that are used as keys for token claims for session tokens in
TokenEnhancers . |
SessionTokenClaimKeys.ImpersonationClaims |
Though these are used in
OAuth2SessionToken , some of these claims are also used in
access tokens. |
User |
Represents a user which can authenticate with this service.
|
UserAttributesRequest |
A request DTO to adjust the attributes on a particular
User . |
UserOperation |
The API domain that represents a scope and operation types a user has access to on that scope.
|
UserOperationInformation |
Payload describing the
operations a user is allowed to perform. |
UserPermission | |
UserPermissionRef |
An alternative DTO object to use for the specific use case of being an element in collection
fields of parent entities.
|
UserRole | |
UserRoleRef |
An alternative DTO object to use for the specific use case of being an element in collection
fields of parent entities.
|
Enum | Description |
---|---|
DefaultUserTypes |
Default user types managed within this service
|
UserType |
Default possible values for
User.type . |
Copyright © 2021. All rights reserved.