Constructor and Description |
---|
AuthTenantPersistenceHandler(ApplicationService<Application> applicationService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.broadleafcommerce.common.extension.TypeFactory typeFactory)
Deprecated.
|
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) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultApplicationService<P extends Application,D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> |
Modifier and Type | Method and Description |
---|---|
protected ApplicationService<Application> |
CustomerPersistenceHandler.getApplicationService() |
Constructor and Description |
---|
CustomerPersistenceHandler(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> clientService,
ApplicationService<Application> applicationService,
UserCreationProducer userCreationProducer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
UserLockoutService userLockoutService) |
Modifier and Type | Method and Description |
---|---|
CustomerPersistenceHandler |
AuthDataUpdatePersistenceHandlerAutoConfiguration.customerPersistenceHandler(UserService<User> userService,
AuthorizedClientService<AuthorizedClient> clientService,
ApplicationService<Application> applicationService,
UserCreationProducer userCreationProducer,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
UserLockoutService userLockoutService) |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationService<Application> |
CustomerContextTokenEnhancer.getApplicationService() |
Constructor and Description |
---|
CustomerContextTokenEnhancer(ApplicationService<Application> applicationService) |
Modifier and Type | Method and Description |
---|---|
CustomerContextTokenEnhancer |
TokenEnhancerAutoConfiguration.customerContextTokenEnhancer(ApplicationService<Application> applicationService) |
Copyright © 2021. All rights reserved.