Uses of Interface
com.broadleafcommerce.auth.security.service.hydration.UserRoleAncestryHydrationService
Packages that use UserRoleAncestryHydrationService
Package
Description
-
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return UserRoleAncestryHydrationServiceModifier and TypeMethodDescriptionprotected UserRoleAncestryHydrationService
DefaultPrivilegeService.getRoleAncestryHydrationService()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type UserRoleAncestryHydrationServiceModifierConstructorDescriptionDefaultPrivilegeService
(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
Classes in com.broadleafcommerce.auth.security.service.hydration that implement UserRoleAncestryHydrationService -
Uses of UserRoleAncestryHydrationService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type UserRoleAncestryHydrationServiceModifier and TypeMethodDescriptionImpersonationConfiguration.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 UserRoleAncestryHydrationServiceModifierConstructorDescriptionDefaultImpersonationClaimsEnhancer
(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 UserRoleAncestryHydrationServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.userRoleAncestryHydrationService
(UserRoleService<UserRole> userRoleService) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type UserRoleAncestryHydrationServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.restrictionService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties)