Uses of Class
com.broadleafcommerce.auth.server.domain.AuthorizationServer
-
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.client.autoconfigure
Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type AuthorizationServer Modifier and Type Method Description ContextHelperService
OAuthClientAutoConfiguration. contextHelperService(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.client.service
Fields in com.broadleafcommerce.auth.client.service with type parameters of type AuthorizationServer Modifier and Type Field Description protected AuthorizationServerService<AuthorizationServer>
DefaultContextHelperService. authorizationServerService
Methods in com.broadleafcommerce.auth.client.service that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
DefaultContextHelperService. getAuthorizationServer(String serverId)
Finds theAuthorizationServer
for the given server IDMethods in com.broadleafcommerce.auth.client.service that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
DefaultContextHelperService. getAuthorizationServerService()
Constructor parameters in com.broadleafcommerce.auth.client.service with type arguments of type AuthorizationServer Constructor Description DefaultContextHelperService(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.data
Constructor parameters in com.broadleafcommerce.auth.data with type arguments of type AuthorizationServer Constructor Description AuthorizationServerDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> serverService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.data.autoconfigure
Constructor parameters in com.broadleafcommerce.auth.data.autoconfigure with type arguments of type AuthorizationServer Constructor Description AuthorizationServerConfiguration(AuthorizationServerDataInitializerAutoConfiguration.RoleConfiguration roleConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizationServerService<AuthorizationServer> authorizationServerService, UserRoleService<UserRole> userRoleService, AuthorizationDataInitializationProperties properties)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.security.service
Methods in com.broadleafcommerce.auth.security.service that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
DefaultPrivilegeService. getServerService()
Methods in com.broadleafcommerce.auth.security.service with parameters of type AuthorizationServer Modifier and Type Method Description protected Set<UserPermissionRef>
DefaultPrivilegeService. getAllFlatPermissions(@NonNull User user, @NonNull AuthorizationServer server, @NonNull Collection<UserRole> userAndServerRolesWithAncestors)
Gets a set of all flat permissions fromUser.getPermissions()
,getDefaultUserPermissions()
, and permissions from the given roles.Constructor parameters in com.broadleafcommerce.auth.security.service with type arguments of type AuthorizationServer Constructor Description DefaultPrivilegeService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService roleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.server.autoconfigure
Methods in com.broadleafcommerce.auth.server.autoconfigure that return types with arguments of type AuthorizationServer Modifier and Type Method Description <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)
Method parameters in com.broadleafcommerce.auth.server.autoconfigure with type arguments of type AuthorizationServer Modifier and Type Method Description <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)
ClientRedirectService
ClientRedirectAutoConfiguration. clientRedirectService(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.server.provider.jpa.domain
Methods in com.broadleafcommerce.auth.server.provider.jpa.domain that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
JpaAuthorizationServer. fromMePostConverter(org.modelmapper.spi.MappingContext<JpaAuthorizationServer,AuthorizationServer> mappingContext)
Used as theTypeMap#setPostConverter(Converter)
forJpaAuthorizationServer.fromMe()
.Methods in com.broadleafcommerce.auth.server.provider.jpa.domain that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected @NotNull org.modelmapper.Converter<AuthorizationServer,JpaAuthorizationServer>
JpaAuthorizationServer. toMePostConverter()
Method parameters in com.broadleafcommerce.auth.server.provider.jpa.domain with type arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
JpaAuthorizationServer. fromMePostConverter(org.modelmapper.spi.MappingContext<JpaAuthorizationServer,AuthorizationServer> mappingContext)
Used as theTypeMap#setPostConverter(Converter)
forJpaAuthorizationServer.fromMe()
. -
Uses of AuthorizationServer in com.broadleafcommerce.auth.server.service
Classes in com.broadleafcommerce.auth.server.service with type parameters of type AuthorizationServer Modifier and Type Interface Description interface
AuthorizationServerService<P extends AuthorizationServer>
Service interface for managing authorization servers.class
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 types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
DefaultAuthorizedClientService. getServerService()
protected AuthorizationServerService<AuthorizationServer>
DefaultClientRedirectService. getServerService()
Constructor parameters in com.broadleafcommerce.auth.server.service with type arguments of type AuthorizationServer Constructor Description DefaultAuthorizedClientService(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 AuthorizationServer in com.broadleafcommerce.auth.server.web.endpoint
Methods in com.broadleafcommerce.auth.server.web.endpoint that return AuthorizationServer Modifier and Type Method Description AuthorizationServer
AuthorizationServerEndpoint. createServer(AuthorizationServer server, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
AuthorizationServer
AuthorizationServerEndpoint. readServerById(String id)
AuthorizationServer
AuthorizationServerEndpoint. replaceServer(String id, AuthorizationServer server)
Methods in com.broadleafcommerce.auth.server.web.endpoint that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
AuthorizationServerEndpoint. getAuthorizationServerService()
org.springframework.data.domain.Page<AuthorizationServer>
AuthorizationServerEndpoint. readAll(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, org.springframework.data.domain.Pageable pageable)
Methods in com.broadleafcommerce.auth.server.web.endpoint with parameters of type AuthorizationServer Modifier and Type Method Description AuthorizationServer
AuthorizationServerEndpoint. createServer(AuthorizationServer server, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
AuthorizationServer
AuthorizationServerEndpoint. replaceServer(String id, AuthorizationServer server)
Constructor parameters in com.broadleafcommerce.auth.server.web.endpoint with type arguments of type AuthorizationServer Constructor Description AuthorizationServerEndpoint(AuthorizationServerService<AuthorizationServer> authorizationServerService)
AuthorizedClientEndpoint(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
DefaultAuthServerCreationHandler. createAuthorizationServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)
protected AuthorizationServer
DefaultAuthServerCreationHandler. createNewAuthServer(Application application, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)
Methods in com.broadleafcommerce.auth.tenant.service that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
DefaultAuthServerCreationHandler. getServerService()
Methods in com.broadleafcommerce.auth.tenant.service with parameters of type AuthorizationServer Modifier and Type Method Description protected void
DefaultAuthServerCreationHandler. createAuthorizedClient(Application application, AuthorizationServer authorizationServer, DefaultAuthServerProperties.AuthServerProperties properties, String friendlyName)
Constructor parameters in com.broadleafcommerce.auth.tenant.service with type arguments of type AuthorizationServer Constructor Description DefaultAuthServerCreationHandler(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientService<AuthorizedClient> clientService, DefaultAuthServerProperties defaultAuthServerProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.autoconfigure with type arguments of type AuthorizationServer Modifier and Type Method Description ImpersonationRequestValidator
ImpersonationConfiguration. impersonationRequestValidator(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver)
Constructor parameters in com.broadleafcommerce.auth.user.autoconfigure with type arguments of type AuthorizationServer Constructor Description AuthorizationServerWebSecurityConfiguration(org.springframework.security.web.savedrequest.RequestCache requestCache, AuthorizationServerProperties authorizationServerProps, StatelessUtil statelessUtil, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, AuthenticationLogoutHandler authenticationLogoutHandler, org.springframework.security.oauth2.client.web.AuthorizationRequestRepository<org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest> authorizationRequestRepository, org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,?> authenticationDetailsSource, org.springframework.security.web.authentication.session.SessionAuthenticationStrategy sessionAuthenticationStrategy, FormLoginAuthenticationProvider formLoginAuthenticationProvider, OAuth2SessionAuthenticationProvider oAuth2SessionAuthenticationProvider, VerifyRedirectCookieFilter verifyRedirectCookieFilter, ClientIdFilter clientIdFilter, UserLockoutService userLockoutService, EmbeddedLoginProperties embeddedLoginProperties, Optional<EmbeddedLoginAuthenticationProvider> embeddedLoginAuthenticationProvider, Optional<EmbeddedLoginTokenAuthenticationProvider> embeddedLoginTokenAuthenticationProvider, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PasscodeService<PasswordToken,User> passcodeService, UserService<User> userService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.endpoint
Constructor parameters in com.broadleafcommerce.auth.user.endpoint with type arguments of type AuthorizationServer Constructor Description DefaultImpersonationRequestValidator(UserService<User> userService, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
DefaultUserLockoutService. readAuthServer(String authServerId)
Methods in com.broadleafcommerce.auth.user.service that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
DefaultUserLockoutService. getServerService()
protected AuthorizationServerService<AuthorizationServer>
DefaultUserMessagingService. getServerService()
protected AuthorizationServerService<AuthorizationServer>
PurgeLoginTableJobListener. getServerService()
Methods in com.broadleafcommerce.auth.user.service with parameters of type AuthorizationServer Modifier and Type Method Description protected int
DefaultUserLockoutService. countLoginAttempts(String username, AuthorizationServer server)
protected Duration
DefaultUserLockoutService. getLockoutDuration(AuthorizationServer server)
protected Long
DefaultUserLockoutService. getLockoutDurationMinutes(AuthorizationServer server)
protected int
DefaultUserLockoutService. getLoginAttemptsAllowed(AuthorizationServer server)
protected Long
DefaultUserLockoutService. getLoginFailDecayMinutes(AuthorizationServer server)
protected boolean
DefaultUserLockoutService. isLockedUserCanResetPassword(AuthorizationServer server)
protected boolean
DefaultUserLockoutService. isResetPasswordUnlocksUser(AuthorizationServer server)
protected void
DefaultUserLockoutService. throwIfLocked(int attempts, String username, AuthorizationServer server, User user)
protected boolean
DefaultUserLockoutService. userShouldBeUnlocked(User user, AuthorizationServer server)
Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type AuthorizationServer Constructor Description DefaultUserLockoutService(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 AuthorizationServer in com.broadleafcommerce.auth.user.service.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type AuthorizationServer Modifier and Type Method Description PurgeLoginTableJobListener
AuthServiceServiceAutoConfiguration. purgeLoginTableJobListener(UserLoginAttemptService<UserLoginAttempt> userLoginAttemptService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService)
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)
PrivilegeService
AuthServiceServiceAutoConfiguration. restrictionService(UserRoleService<UserRole> userRoleService, UserRoleAncestryHydrationService userRoleAncestryHydrationService, AuthorizationServerService<AuthorizationServer> serverService)
UserLockoutService
AuthServiceServiceAutoConfiguration. userLockoutService(UserService<User> userService, UserLoginAttemptService<UserLoginAttempt> loginAttemptService, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, UserLockoutProperties userLockoutProperties)
UserMessagingService<User>
AuthServiceServiceAutoConfiguration. userMessagingService(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, com.broadleafcommerce.common.messaging.authentication.AuthenticationMessageProducer messageProducer, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.service.password
Methods in com.broadleafcommerce.auth.user.service.password that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
DefaultUserRegistrationService. getAuthorizationServer(UserRegistration registration, String serverId)
Finds theAuthorizationServer
for the given server IDConstructor parameters in com.broadleafcommerce.auth.user.service.password with type arguments of type AuthorizationServer 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 AuthorizationServer in com.broadleafcommerce.auth.user.session
Methods in com.broadleafcommerce.auth.user.session that return AuthorizationServer Modifier and Type Method Description protected AuthorizationServer
StatelessUtilImpl. findServer(AuthorizedClient client)
Methods in com.broadleafcommerce.auth.user.session with parameters of type AuthorizationServer Modifier and Type Method Description String
StatelessUtil. getSessionCookieName(AuthorizedClient client, AuthorizationServer server)
String
StatelessUtilImpl. getSessionCookieName(AuthorizedClient client, AuthorizationServer server)
protected String
StatelessUtilImpl. getSessionSameSiteAttribute(AuthorizationServer authorizationServer)
Gets the SameSite attribute value for the session cookie.Constructor parameters in com.broadleafcommerce.auth.user.session with type arguments of type AuthorizationServer Constructor Description StatelessUtilImpl(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, String encodedPrivateKey, String encodedPublicKey, String issuer)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.session.embedded
Methods in com.broadleafcommerce.auth.user.session.embedded that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
EmbeddedLoginAuthenticationFilter. getAuthorizationServerService()
Constructor parameters in com.broadleafcommerce.auth.user.session.embedded with type arguments of type AuthorizationServer Constructor Description EmbeddedLoginAuthenticationFilter(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 AuthorizationServer in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
ClientRestrictionTokenEnhancer. getAuthorizationServerService()
Method parameters in com.broadleafcommerce.auth.user.session.token.enhancer with type arguments of type AuthorizationServer Modifier and Type Method Description protected void
ClientRestrictionTokenEnhancer. addTenantProperties(org.springframework.security.oauth2.common.DefaultOAuth2AccessToken enhancedToken, Optional<AuthorizationServer> maybeAuthServer)
Constructor parameters in com.broadleafcommerce.auth.user.session.token.enhancer with type arguments of type AuthorizationServer Constructor Description ClientRestrictionTokenEnhancer(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PermissionRepository permissionRepository)
-
Uses of AuthorizationServer 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 AuthorizationServer Modifier and Type Method Description ClientRestrictionTokenEnhancer
TokenEnhancerAutoConfiguration. clientRestrictionTokenEnhancer(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PermissionRepository permissionRepository)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.web.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.web.autoconfigure with type arguments of type AuthorizationServer Modifier and Type Method Description OAuth2ClientTemplateResolver
AuthServiceTemplateAutoConfiguration. broadleafTemplateResolver(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
OAuth2ClientTemplateResolver
AuthServiceTemplateAutoConfiguration. oAuth2DefaultTemplateResolver(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
EmbeddedAuthenticationController. getAuthorizationServerService()
Constructor parameters in com.broadleafcommerce.auth.user.web.endpoint with type arguments of type AuthorizationServer Constructor Description EmbeddedAuthenticationController(UserPasswordService<PasswordToken,User> userPasswordService, UserLoginProperties properties, UserLoginService loginService, AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService)
-
Uses of AuthorizationServer in com.broadleafcommerce.auth.user.web.resolver
Methods in com.broadleafcommerce.auth.user.web.resolver that return types with arguments of type AuthorizationServer Modifier and Type Method Description protected AuthorizationServerService<AuthorizationServer>
OAuth2ClientTemplateResolver. getServerService()
Constructor parameters in com.broadleafcommerce.auth.user.web.resolver with type arguments of type AuthorizationServer Constructor Description OAuth2ClientTemplateResolver(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-