Class AccessTokenClaimKeys.ClientRestrictionClaims
java.lang.Object
com.broadleafcommerce.auth.resource.domain.AccessTokenClaimKeys.ClientRestrictionClaims
- Enclosing class:
- AccessTokenClaimKeys
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA claim representing the restricted authorities of anAuthorizedClient.static final StringA 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:
-