Uses of Interface
com.broadleafcommerce.auth.security.service.AccountAncestorService
Packages that use AccountAncestorService
Package
Description
- 
Uses of AccountAncestorService in com.broadleafcommerce.auth.resource.serviceMethods 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.serviceClasses 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.messagingMethods 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.autoconfigureMethods 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.autoconfigureMethods 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.enhancerMethods in com.broadleafcommerce.auth.user.session.token.enhancer that return AccountAncestorServiceModifier and TypeMethodDescriptionprotected AccountAncestorServiceAccountIdAccessTokenEnhancer.getAccountAncestorService()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type AccountAncestorServiceModifierConstructorDescriptionAccountIdAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService) 
- 
Uses of AccountAncestorService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigureMethods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type AccountAncestorServiceModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.accountIdAccessTokenEnhancer(UserService<User> userService, TokenEnhancerUtility tokenEnhancerUtility, AccountAncestorService accountAncestorService)