Class AccessTokenClaimKeys.ClientRestrictionClaims
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccessTokenClaimKeys.ClientRestrictionClaims
- Enclosing class:
- AccessTokenClaimKeys
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
A claim representing the restricted authorities of anAuthorizedClient
.static final String
A claim representing the restrictions of anAuthorizedClient
. -
Method Summary
-
Field Details
-
RESTRICTIONS
A claim representing the restrictions of anAuthorizedClient
.- See Also:
-
RESTRICTED_AUTHORITIES
A claim representing the restricted authorities of anAuthorizedClient
. It's essentially each of theAuthorizedClient.getPermissions()
mapped with the restriction claim.- See Also:
-