Uses of Interface
com.broadleafcommerce.auth.security.service.PrivilegeService
Packages that use PrivilegeService
Package
Description
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.security.serviceClasses in com.broadleafcommerce.auth.security.service that implement PrivilegeService
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.user.autoconfigureMethods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type PrivilegeServiceModifier and TypeMethodDescriptionOAuth2UserDetailsAutoConfiguration.oAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) 
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.user.serviceMethods in com.broadleafcommerce.auth.user.service that return PrivilegeServiceModifier and TypeMethodDescriptionprotected PrivilegeServiceDefaultOAuth2UserDetailsService.getPrivilegeService()Constructors in com.broadleafcommerce.auth.user.service with parameters of type PrivilegeServiceModifierConstructorDescriptionDefaultOAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) 
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.user.service.autoconfigureMethods in com.broadleafcommerce.auth.user.service.autoconfigure that return PrivilegeServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) 
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.user.session.token.enhancerMethods in com.broadleafcommerce.auth.user.session.token.enhancer that return PrivilegeServiceModifier and TypeMethodDescriptionprotected PrivilegeServiceClientPermissionsAccessTokenEnhancer.getPrivilegeService()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type PrivilegeServiceModifierConstructorDescriptionClientPermissionsAccessTokenEnhancer(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService) 
- 
Uses of PrivilegeService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigureMethods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type PrivilegeServiceModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.clientPermissionsAccessTokenEnhancer(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService)