Uses of Interface
com.broadleafcommerce.auth.server.service.AuthorizationServerService
Packages that use AuthorizationServerService
Package
Description
-
Uses of AuthorizationServerService in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.embedded.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionEmbeddedLoginAutoConfiguration.embeddedLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler embeddedLoginAuthenticationSuccessHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler embeddedLoginAuthenticationFailureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil statelessUtil, UserLockoutService userLockoutService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.authorization.security.embedded.login
Methods in com.broadleafcommerce.auth.authorization.security.embedded.login that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
EmbeddedLoginAuthenticationFilter.getAuthorizationServerService()
Constructors in com.broadleafcommerce.auth.authorization.security.embedded.login with parameters of type AuthorizationServerServiceModifierConstructorDescriptionEmbeddedLoginAuthenticationFilter
(org.springframework.security.authentication.AuthenticationManager authenticationManager, org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler, org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, StatelessUtil util, UserLockoutService userLockoutService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.contextHelperService
(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.client.service
Fields in com.broadleafcommerce.auth.client.service declared as AuthorizationServerServiceModifier and TypeFieldDescriptionprotected final AuthorizationServerService<AuthorizationServer>
DefaultContextHelperService.authorizationServerService
Methods in com.broadleafcommerce.auth.client.service that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
DefaultContextHelperService.getAuthorizationServerService()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultContextHelperService
(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.data
Constructors in com.broadleafcommerce.auth.data with parameters of type AuthorizationServerServiceModifierConstructorDescriptionAuthorizationServerDataInitializer
(com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> serverService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.data.autoconfigure
Constructors in com.broadleafcommerce.auth.data.autoconfigure with parameters of type AuthorizationServerServiceModifierConstructorDescriptionAuthorizationServerConfiguration
(AuthorizationServerDataInitializerAutoConfiguration.RoleConfiguration roleConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> authorizationServerService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
DefaultPrivilegeService.getServerService()
Constructors in com.broadleafcommerce.auth.security.service with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService) Deprecated, for removal: This API element is subject to removal in a future version.Since 1.8.0.DefaultPrivilegeService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.server.autoconfigure
Methods in com.broadleafcommerce.auth.server.autoconfigure that return AuthorizationServerServiceModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware>
AuthorizationServerService<AuthorizationServer>AuthorizationServerAutoConfiguration.authorizationServerService
(AuthorizationServerRepository<D> repository, SimplePayloadMapper mapper, AuthServerEntityValidator validator) Methods in com.broadleafcommerce.auth.server.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware>
AuthorizedClientService<AuthorizedClient>AuthorizedClientAutoConfiguration.authorizedClientService
(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientRepository<D> repository, SimplePayloadMapper simplePayloadMapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TenantUrlResolver tenantUrlResolver) ClientRedirectAutoConfiguration.clientRedirectService
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.server.service
Classes in com.broadleafcommerce.auth.server.service that implement AuthorizationServerServiceModifier and TypeClassDescriptionclass
DefaultAuthorizationServerService<P extends AuthorizationServer,
D extends com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable & com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware> Methods in com.broadleafcommerce.auth.server.service that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
DefaultAuthorizedClientService.getServerService()
protected AuthorizationServerService<AuthorizationServer>
DefaultClientRedirectService.getServerService()
Constructors in com.broadleafcommerce.auth.server.service with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultAuthorizedClientService
(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientRepository<D> repository, SimplePayloadMapper mapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, TenantUrlResolver tenantUrlResolver) DefaultClientRedirectService
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.server.web.endpoint
Methods in com.broadleafcommerce.auth.server.web.endpoint that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
AuthorizationServerEndpoint.getAuthorizationServerService()
Constructors in com.broadleafcommerce.auth.server.web.endpoint with parameters of type AuthorizationServerServiceModifierConstructorDescriptionAuthorizationServerEndpoint
(AuthorizationServerService<AuthorizationServer> authorizationServerService) AuthorizedClientEndpoint
(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
DefaultAuthServerCreationHandler.getServerService()
Constructors in com.broadleafcommerce.auth.tenant.service with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultAuthServerCreationHandler
(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientService<AuthorizedClient> clientService, DefaultAuthServerProperties defaultAuthServerProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.autoconfigure
Methods in com.broadleafcommerce.auth.user.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionImpersonationConfiguration.impersonationRequestValidator
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, ClientRedirectService clientRedirectService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.endpoint
Constructors in com.broadleafcommerce.auth.user.endpoint with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultImpersonationRequestValidator
(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, ClientRedirectService clientRedirectService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
DefaultUserLockoutService.getServerService()
protected AuthorizationServerService<AuthorizationServer>
DefaultUserMessagingService.getServerService()
protected AuthorizationServerService<AuthorizationServer>
PurgeLoginTableJobListener.getServerService()
Constructors in com.broadleafcommerce.auth.user.service with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultUserLockoutService
(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) DefaultUserMessagingService
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer messageProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PurgeLoginTableJobListener
(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.service.autoconfigure
Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.purgeLoginTableJobListener
(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService) 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) AuthServiceServiceAutoConfiguration.restrictionService
(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService, AccountAncestorService accountAncestorService, TokenProperties tokenProperties) AuthServiceServiceAutoConfiguration.userLockoutService
(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties) AuthServiceServiceAutoConfiguration.userMessagingService
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer messageProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.service.password
Constructors in com.broadleafcommerce.auth.user.service.password with parameters of type AuthorizationServerServiceModifierConstructorDescriptionDefaultUserRegistrationService
(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 AuthorizationServerService in com.broadleafcommerce.auth.user.session
Constructors in com.broadleafcommerce.auth.user.session with parameters of type AuthorizationServerServiceModifierConstructorDescriptionStatelessUtilImpl
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, KeyPair dynamicPropertyKeyPair, String issuer) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
ClientRestrictionAccessTokenEnhancer.getAuthorizationServerService()
Constructors in com.broadleafcommerce.auth.user.session.token.enhancer with parameters of type AuthorizationServerServiceModifierConstructorDescriptionClientRestrictionAccessTokenEnhancer
(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, TokenEnhancerUtility tokenEnhancerUtility, SecurityService securityService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure
Methods in com.broadleafcommerce.auth.user.session.token.enhancer.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionTokenEnhancerAutoConfiguration.clientRestrictionAccessTokenEnhancer
(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, TokenEnhancerUtility tokenEnhancerUtility, SecurityService securityService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.web.autoconfigure
Methods in com.broadleafcommerce.auth.user.web.autoconfigure with parameters of type AuthorizationServerServiceModifier and TypeMethodDescriptionAuthServiceTemplateAutoConfiguration.broadleafTemplateResolver
(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService) AuthServiceTemplateAutoConfiguration.oAuth2DefaultTemplateResolver
(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
EmbeddedAuthenticationController.getAuthorizationServerService()
Constructors in com.broadleafcommerce.auth.user.web.endpoint with parameters of type AuthorizationServerServiceModifierConstructorDescriptionEmbeddedAuthenticationController
(UserPasswordService<PasswordToken, User> userPasswordService, UserLoginProperties properties, UserLoginService loginService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService) -
Uses of AuthorizationServerService in com.broadleafcommerce.auth.user.web.resolver
Methods in com.broadleafcommerce.auth.user.web.resolver that return AuthorizationServerServiceModifier and TypeMethodDescriptionprotected AuthorizationServerService<AuthorizationServer>
OAuth2ClientTemplateResolver.getServerService()
Constructors in com.broadleafcommerce.auth.user.web.resolver with parameters of type AuthorizationServerServiceModifierConstructorDescriptionOAuth2ClientTemplateResolver
(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)