| 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.
|