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 UserRoleAncestryHydrationServiceDefaultPrivilegeService. 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 classDefaultUserRoleAncestryHydrationService -
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 ImpersonationClaimsEnhancerImpersonationConfiguration. 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 UserRoleAncestryHydrationServiceAuthServiceServiceAutoConfiguration. userRoleAncestryHydrationService(UserRoleService<UserRole> userRoleService)Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserRoleAncestryHydrationService Modifier and Type Method Description PrivilegeServiceAuthServiceServiceAutoConfiguration. restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
-