Uses of Interface
com.broadleafcommerce.auth.security.service.AccountAncestorService
Package
Description
-
Uses of AccountAncestorService in com.broadleafcommerce.auth.resource.service
Modifier and TypeMethodDescriptionprotected AccountAncestorService
DefaultUserOperationService.getAccountAncestorService()
Modifier and TypeMethodDescriptionvoid
DefaultUserOperationService.setAccountAncestorService
(AccountAncestorService accountAncestorService) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.security.service
Modifier and TypeMethodDescriptionprotected AccountAncestorService
DefaultPrivilegeService.getAccountAncestorService()
ModifierConstructorDescriptionDefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.messaging
Modifier and TypeMethodDescriptionprotected AccountAncestorService
CartApprovalRequestEventListener.getAccountAncestorService()
ModifierConstructorDescriptionCartApprovalRequestEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.messaging.autoconfigure
Modifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.cartApprovalRequestEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountAncestorService
(CustomerAccountService<CustomerAccount> customerAccountService) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.restrictionService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.session.token.enhancer
Modifier and TypeMethodDescriptionprotected AccountAncestorService
AccountIdAccessTokenEnhancer.getAccountAncestorService()
ModifierConstructorDescriptionAccountIdAccessTokenEnhancer
(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService) -
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Modifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.accountIdAccessTokenEnhancer
(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService)