Package | Description |
---|---|
com.broadleafcommerce.auth.user.session.token.enhancer |
Modifier and Type | Class and Description |
---|---|
class |
CustomerContextTokenEnhancer
Enhances tokens with the "customer_context_ids" claim.
|
class |
CustomerSegmentsTokenEnhancer
Enhances a token with the IDs of CustomerSegments that the User is a member of if they are
present in the User attributes map.
|
class |
TenantPropertiesTokenEnhancer
Token enhancer to add the values "tenant_access", "application_access", "tenant_id" and
"application_ids" to the token, if they exist.
|
class |
UserRestrictionTokenEnhancer
Token enhancer that includes user restrictions and restricted authorities within the token.
|
class |
UserTokenEnhancer
Token enhancer that puts various relevant user data into the token's
OAuth2AccessToken.getAdditionalInformation() . |
Copyright © 2021. All rights reserved.