Uses of Interface
com.broadleafcommerce.auth.security.service.PrivilegeService
-
-
Uses of PrivilegeService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement PrivilegeService Modifier and Type Class Description classDefaultPrivilegeService -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type PrivilegeService Modifier and Type Method Description OAuth2UserDetailsServiceOAuth2UserDetailsAutoConfiguration. oAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService) -
Uses of PrivilegeService in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type PrivilegeService Constructor Description DefaultOAuth2UserDetailsService(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 PrivilegeService Modifier and Type Method Description PrivilegeServiceAuthServiceServiceAutoConfiguration. restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
-