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