Uses of Interface
com.broadleafcommerce.auth.security.service.PrivilegeService
Packages that use PrivilegeService
Package
Description
-
Uses of PrivilegeService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement PrivilegeService -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.autoconfigure
Methods 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.service
Methods in com.broadleafcommerce.auth.user.service that return PrivilegeServiceModifier and TypeMethodDescriptionprotected PrivilegeService
DefaultOAuth2UserDetailsService.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.autoconfigure
Methods 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.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return PrivilegeServiceModifier and TypeMethodDescriptionprotected PrivilegeService
ClientPermissionsAccessTokenEnhancer.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.autoconfigure
Methods 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)