Uses of Class
com.broadleafcommerce.auth.user.session.token.enhancer.AbstractUserAccessTokenEnhancer
Packages that use AbstractUserAccessTokenEnhancer
- 
Uses of AbstractUserAccessTokenEnhancer in com.broadleafcommerce.auth.user.session.token.enhancer
Subclasses of AbstractUserAccessTokenEnhancer in com.broadleafcommerce.auth.user.session.token.enhancerModifier and TypeClassDescriptionclassResponsible for validating and adding the "acct_id" claim to the token.classEnhances tokens with the "customer_context_ids" claim.classEnhances a token with the IDs of CustomerSegments that the User is a member of if they are present in the User attributes map.classToken enhancer to add the values "tenant_access", "application_access", "tenant_id" and "application_ids" to the token, if they exist.classToken enhancer that puts various relevant user data into the token's claims.classToken enhancer that includes user restrictions and restricted authorities within the token.