Uses of Class
com.broadleafcommerce.auth.user.session.token.enhancer.AbstractUserTokenEnhancer
-
Packages that use AbstractUserTokenEnhancer Package Description com.broadleafcommerce.auth.user.session.token.enhancer -
-
Uses of AbstractUserTokenEnhancer in com.broadleafcommerce.auth.user.session.token.enhancer
Subclasses of AbstractUserTokenEnhancer in com.broadleafcommerce.auth.user.session.token.enhancer Modifier and Type Class Description classCustomerContextTokenEnhancerEnhances tokens with the "customer_context_ids" claim.classCustomerSegmentsTokenEnhancerEnhances a token with the IDs of CustomerSegments that the User is a member of if they are present in the User attributes map.classTenantPropertiesTokenEnhancerToken enhancer to add the values "tenant_access", "application_access", "tenant_id" and "application_ids" to the token, if they exist.classUserRestrictionTokenEnhancerToken enhancer that includes user restrictions and restricted authorities within the token.classUserTokenEnhancerToken enhancer that puts various relevant user data into the token'sOAuth2AccessToken.getAdditionalInformation().
-