Uses of Interface
com.broadleafcommerce.auth.security.service.PrivilegeService
Package
Description
-
Uses of PrivilegeService in com.broadleafcommerce.auth.security.service
-
Uses of PrivilegeService in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionOAuth2UserDetailsAutoConfiguration.oAuth2UserDetailsService
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.service
Modifier and TypeMethodDescriptionprotected PrivilegeService
DefaultOAuth2UserDetailsService.getPrivilegeService()
ModifierConstructorDescriptionDefaultOAuth2UserDetailsService
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier 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
Modifier and TypeMethodDescriptionprotected PrivilegeService
ClientPermissionsAccessTokenEnhancer.getPrivilegeService()
ModifierConstructorDescriptionClientPermissionsAccessTokenEnhancer
(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Modifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.clientPermissionsAccessTokenEnhancer
(PrivilegeService privilegeService, TokenEnhancerUtility tokenEnhancerUtility, TokenProperties tokenProperties, AuthorizedClientService<AuthorizedClient> authorizedClientService)