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 voidAuthTenantPersistenceHandler. handleUpdate(com.fasterxml.jackson.databind.JsonNode entityJson, Application application)protected voidAuthTenantPersistenceHandler. 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 interfaceApplicationService<P extends Application>Perform CRUD operations using theApplicationprojection domain.classDefaultApplicationService<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 booleanDefaultAuthServerCreationHandler. applicationAlreadyHasClient(Application application)protected AuthorizationServerDefaultAuthServerCreationHandler. createAuthorizationServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)protected voidDefaultAuthServerCreationHandler. createAuthorizedClient(Application application, AuthorizationServer authorizationServer, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)protected AuthorizationServerDefaultAuthServerCreationHandler. createNewAuthServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)protected StringDefaultAuthServerCreationHandler. getDefaultRedirectUri(Application application, DefaultAuthServerProperties.AuthServerProperties properties)protected Set<String>DefaultAuthServerCreationHandler. getRedirectUris(DefaultAuthServerProperties.AuthServerProperties properties, Application application)voidAuthServerCreationHandler. handleAuthServerCreation(Application application, String friendlyName)Creates necessary authorization servers and clients when a new application is created.voidDefaultAuthServerCreationHandler. handleAuthServerCreation(Application application, String friendlyName)protected booleanDefaultAuthServerCreationHandler. isDomainPrefixResolution(Application application)protected booleanDefaultAuthServerCreationHandler. isDomainResolution(Application application)protected booleanDefaultAuthServerCreationHandler. 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 CustomerPersistenceHandlerAuthDataUpdatePersistenceHandlerAutoConfiguration. 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 ApplicationDefaultUserRegistrationService. getApplication(@NonNull UserRegistration registration, String applicationId)Finds theApplicationcorresponding 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 CustomerContextTokenEnhancerTokenEnhancerAutoConfiguration. customerContextTokenEnhancer(ApplicationService<Application> applicationService)
-