Uses of Class
com.broadleafcommerce.auth.tenant.domain.Application
-
-
Uses of Application in com.broadleafcommerce.auth.tenant.message
Methods in com.broadleafcommerce.auth.tenant.message with parameters of type Application Modifier and Type Method 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 parameters in com.broadleafcommerce.auth.tenant.message with type arguments of type Application 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 Application in com.broadleafcommerce.auth.tenant.service
Classes in com.broadleafcommerce.auth.tenant.service with type parameters of type Application Modifier and Type Interface Description interface
ApplicationService<P extends Application>
Perform CRUD operations using theApplication
projection domain.class
DefaultApplicationService<P extends Application,D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware>
Methods in com.broadleafcommerce.auth.tenant.service with parameters of type Application Modifier and Type Method 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
AuthServerCreationHandler. handleAuthServerCreation(Application application, String friendlyName)
Creates necessary authorization servers and clients when a new application is created.void
DefaultAuthServerCreationHandler. handleAuthServerCreation(Application application, String friendlyName)
protected boolean
DefaultAuthServerCreationHandler. isDomainPrefixResolution(Application application)
protected boolean
DefaultAuthServerCreationHandler. isDomainResolution(Application application)
protected boolean
DefaultAuthServerCreationHandler. isParameterResolution(Application application)
-
Uses of Application in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return types with arguments of type Application Modifier and Type Method Description protected ApplicationService<Application>
CustomerPersistenceHandler. getApplicationService()
protected List<Application>
CustomerPersistenceHandler. readApplicationsForCustomer(Customer customer)
Finds all applications in the data store for the givenCustomer.getCustomerContextId()
.Constructor parameters in com.broadleafcommerce.auth.user.listener with type arguments of type Application Constructor Description CustomerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService)
-
Uses of Application in com.broadleafcommerce.auth.user.listener.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.listener.autoconfigure with type arguments of type Application Modifier and Type Method Description CustomerPersistenceHandler
AuthDataUpdatePersistenceHandlerAutoConfiguration. customerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService)
-
Uses of Application in com.broadleafcommerce.auth.user.service.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type Application 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 Application in com.broadleafcommerce.auth.user.service.password
Methods in com.broadleafcommerce.auth.user.service.password that return Application Modifier and Type Method Description protected Application
DefaultUserRegistrationService. getApplication(@NonNull UserRegistration registration, String applicationId)
Finds theApplication
corresponding to the given application IDConstructor parameters in com.broadleafcommerce.auth.user.service.password with type arguments of type Application 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 Application in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return types with arguments of type Application Modifier and Type Method Description protected ApplicationService<Application>
CustomerContextTokenEnhancer. getApplicationService()
Constructor parameters in com.broadleafcommerce.auth.user.session.token.enhancer with type arguments of type Application Constructor Description CustomerContextTokenEnhancer(ApplicationService<Application> applicationService)
-
Uses of Application in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with type arguments of type Application Modifier and Type Method Description CustomerContextTokenEnhancer
TokenEnhancerAutoConfiguration. customerContextTokenEnhancer(ApplicationService<Application> applicationService)
-