Uses of Interface
com.broadleafcommerce.auth.security.service.hydration.UserRoleAncestryHydrationService
Package
Description
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.security.service
Modifier and TypeMethodDescriptionprotected UserRoleAncestryHydrationService
DefaultPrivilegeService.getRoleAncestryHydrationService()
ModifierConstructorDescriptionDefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService) Deprecated, for removal: This API element is subject to removal in a future version.Since 1.8.0.DefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.security.service.hydration
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.autoconfigure
Modifier and TypeMethodDescriptionImpersonationConfiguration.defaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> roleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.service
ModifierConstructorDescriptionDefaultImpersonationClaimsEnhancer
(AuthorizationServerProperties properties, UserService<User> userService, UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService) -
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userRoleAncestryHydrationService
(UserRoleService<UserRole> userRoleService) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.restrictionService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties)