Uses of Interface
com.broadleafcommerce.auth.tenant.service.ApplicationService
-
-
Uses of ApplicationService in com.broadleafcommerce.auth.tenant.message
Constructors in com.broadleafcommerce.auth.tenant.message with parameters of type ApplicationService Constructor Description AuthTenantPersistenceHandler(ApplicationService<Application> applicationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)Deprecated.As of 1.4.0.AuthTenantPersistenceHandler(ApplicationService<Application> applicationService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthServerCreationHandler authServerCreationHandler)AuthTenantPersistenceHandler(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ApplicationService<Application> applicationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthServerCreationHandler authServerCreationHandler) -
Uses of ApplicationService in com.broadleafcommerce.auth.tenant.service
Classes in com.broadleafcommerce.auth.tenant.service that implement ApplicationService Modifier and Type Class Description classDefaultApplicationService<P extends Application,D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> -
Uses of ApplicationService in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return ApplicationService Modifier and Type Method Description protected ApplicationService<Application>CustomerPersistenceHandler. getApplicationService()Constructors in com.broadleafcommerce.auth.user.listener with parameters of type ApplicationService Constructor Description CustomerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) -
Uses of ApplicationService in com.broadleafcommerce.auth.user.listener.autoconfigure
Methods in com.broadleafcommerce.auth.user.listener.autoconfigure with parameters of type ApplicationService Modifier and Type Method Description CustomerPersistenceHandlerAuthDataUpdatePersistenceHandlerAutoConfiguration. customerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService) -
Uses of ApplicationService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type ApplicationService Modifier and Type Method Description UserRegistrationService<User>AuthServiceServiceAutoConfiguration. registrationService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, RegistrationValidator registrationValidator, UserRegistrationProducer userRegistrationProducer, AuthRegistrationProperties registrationProperties, ApplicationService<Application> applicationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ApplicationService in com.broadleafcommerce.auth.user.service.password
Constructors in com.broadleafcommerce.auth.user.service.password with parameters of type ApplicationService Constructor Description DefaultUserRegistrationService(UserService<P> userService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, RegistrationValidator registrationValidator, UserRegistrationProducer userRegistrationProducer, AuthRegistrationProperties registrationProperties, ApplicationService<Application> applicationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ApplicationService in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return ApplicationService Modifier and Type Method Description protected ApplicationService<Application>CustomerContextTokenEnhancer. getApplicationService()Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type ApplicationService Constructor Description CustomerContextTokenEnhancer(ApplicationService<Application> applicationService) -
Uses of ApplicationService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type ApplicationService Modifier and Type Method Description CustomerContextTokenEnhancerTokenEnhancerAutoConfiguration. customerContextTokenEnhancer(ApplicationService<Application> applicationService)
-