Modifier and Type | Method and Description |
---|---|
protected void |
AuthTenantPersistenceHandler.handleUpdate(com.fasterxml.jackson.databind.JsonNode entityJson,
Application application) |
protected void |
AuthTenantPersistenceHandler.updateApplication(com.fasterxml.jackson.databind.JsonNode entityJson,
Application application) |
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 | Interface and Description |
---|---|
interface |
ApplicationService<P extends Application>
Perform CRUD operations using the
Application projection domain. |
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 boolean |
DefaultAuthServerCreationHandler.applicationAlreadyHasClient(Application application) |
protected AuthorizationServer |
DefaultAuthServerCreationHandler.createAuthorizationServer(Application application,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected void |
DefaultAuthServerCreationHandler.createAuthorizedClient(Application application,
AuthorizationServer authorizationServer,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected AuthorizationServer |
DefaultAuthServerCreationHandler.createNewAuthServer(Application application,
DefaultAuthServerProperties.AuthServerProperties properties,
String friendlyName) |
protected String |
DefaultAuthServerCreationHandler.getDefaultRedirectUri(Application application,
DefaultAuthServerProperties.AuthServerProperties properties) |
protected Set<String> |
DefaultAuthServerCreationHandler.getRedirectUris(DefaultAuthServerProperties.AuthServerProperties properties,
Application application) |
void |
DefaultAuthServerCreationHandler.handleAuthServerCreation(Application application,
String friendlyName) |
void |
AuthServerCreationHandler.handleAuthServerCreation(Application application,
String friendlyName)
Creates necessary authorization servers and clients when a new application is created.
|
protected boolean |
DefaultAuthServerCreationHandler.isDomainPrefixResolution(Application application) |
protected boolean |
DefaultAuthServerCreationHandler.isDomainResolution(Application application) |
protected boolean |
DefaultAuthServerCreationHandler.isParameterResolution(Application application) |
Modifier and Type | Method and Description |
---|---|
protected ApplicationService<Application> |
CustomerPersistenceHandler.getApplicationService() |
protected List<Application> |
CustomerPersistenceHandler.readApplicationsForCustomer(Customer customer)
Finds all applications in the data store for the given
Customer.getCustomerContextId() . |
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) |
Modifier and Type | Method and Description |
---|---|
protected Application |
DefaultUserRegistrationService.getApplication(@NonNull UserRegistration registration,
String applicationId)
Finds the
Application corresponding to the given application ID |
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.