Uses of Interface
com.broadleafcommerce.auth.security.service.hydration.UserRoleAncestryHydrationService
-
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return UserRoleAncestryHydrationService Modifier and Type Method Description protected UserRoleAncestryHydrationService
DefaultPrivilegeService. getRoleAncestryHydrationService()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserRoleAncestryHydrationService Constructor Description DefaultPrivilegeService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.security.service.hydration
Classes in com.broadleafcommerce.auth.security.service.hydration that implement UserRoleAncestryHydrationService Modifier and Type Class Description class
DefaultUserRoleAncestryHydrationService
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserRoleAncestryHydrationService Modifier and Type Method Description ImpersonationClaimsEnhancer
ImpersonationConfiguration. defaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService)
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.service
Constructors in com.broadleafcommerce.auth.user.service with parameters of type UserRoleAncestryHydrationService Constructor Description DefaultImpersonationClaimsEnhancer(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService)
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return UserRoleAncestryHydrationService Modifier and Type Method Description UserRoleAncestryHydrationService
AuthServiceServiceAutoConfiguration. userRoleAncestryHydrationService(UserRoleService<UserRole> userRoleService)
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserRoleAncestryHydrationService Modifier and Type Method Description PrivilegeService
AuthServiceServiceAutoConfiguration. restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
-