Uses of Interface
com.broadleafcommerce.auth.security.service.AccountAncestorService
Packages that use AccountAncestorService
Package
Description
- 
Uses of AccountAncestorService in com.broadleafcommerce.auth.resource.service
Methods in com.broadleafcommerce.auth.resource.service that return AccountAncestorServiceModifier and TypeMethodDescriptionprotected AccountAncestorServiceDefaultUserOperationService.getAccountAncestorService()Methods in com.broadleafcommerce.auth.resource.service with parameters of type AccountAncestorServiceModifier and TypeMethodDescriptionvoidDefaultUserOperationService.setAccountAncestorService(AccountAncestorService accountAncestorService)  - 
Uses of AccountAncestorService in com.broadleafcommerce.auth.security.service
Classes in com.broadleafcommerce.auth.security.service that implement AccountAncestorServiceMethods in com.broadleafcommerce.auth.security.service that return AccountAncestorServiceModifier and TypeMethodDescriptionprotected AccountAncestorServiceDefaultPrivilegeService.getAccountAncestorService()Constructors in com.broadleafcommerce.auth.security.service with parameters of type AccountAncestorServiceModifierConstructorDescriptionDefaultPrivilegeService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties)  - 
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.messaging
Methods in com.broadleafcommerce.auth.user.messaging that return AccountAncestorServiceModifier and TypeMethodDescriptionprotected AccountAncestorServiceCartApprovalRequestEventListener.getAccountAncestorService()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type AccountAncestorServiceModifierConstructorDescriptionCartApprovalRequestEventListener(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
Methods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type AccountAncestorServiceModifier 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
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return AccountAncestorServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountAncestorService(CustomerAccountService<CustomerAccount> customerAccountService) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type AccountAncestorServiceModifier 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
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return AccountAncestorServiceModifier and TypeMethodDescriptionprotected AccountAncestorServiceAccountIdTokenEnhancer.getAccountAncestorService()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type AccountAncestorServiceModifierConstructorDescriptionAccountIdTokenEnhancer(AccountAncestorService accountAncestorService)  - 
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type AccountAncestorServiceModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.accountIdTokenEnhancer(AccountAncestorService accountAncestorService)