Uses of Class
com.broadleafcommerce.auth.server.domain.AuthorizedClient
-
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.client.autoconfigure
Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type AuthorizedClient Modifier and Type Method Description ContextHelperService
OAuthClientAutoConfiguration. contextHelperService(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.client.service
Fields in com.broadleafcommerce.auth.client.service with type parameters of type AuthorizedClient Modifier and Type Field Description protected AuthorizedClientService<AuthorizedClient>
DefaultContextHelperService. authorizedClientService
Methods in com.broadleafcommerce.auth.client.service that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
DefaultContextHelperService. getAuthorizedClient(String clientId)
Finds theAuthorizedClient
corresponding to the given client IDMethods in com.broadleafcommerce.auth.client.service that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
DefaultContextHelperService. getAuthorizedClientService()
Constructor parameters in com.broadleafcommerce.auth.client.service with type arguments of type AuthorizedClient Constructor Description DefaultContextHelperService(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.client.web.authentication.session
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.data
Constructor parameters in com.broadleafcommerce.auth.data with type arguments of type AuthorizedClient Constructor Description AuthorizedClientDataInitializer(com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizedClientService<AuthorizedClient> authorizedClientService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, AuthorizationDataInitializationProperties properties)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.data.autoconfigure
Constructor parameters in com.broadleafcommerce.auth.data.autoconfigure with type arguments of type AuthorizedClient Constructor Description AuthorizedClientConfiguration(AuthorizationServerDataInitializerAutoConfiguration.AuthorizationServerConfiguration authorizationServerConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AuthorizedClientService<AuthorizedClient> authorizedClientService, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, AuthorizationDataInitializationProperties properties)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.resource.web.endpoint
Methods in com.broadleafcommerce.auth.resource.web.endpoint that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
UserEndpoint. getClientService()
Constructor parameters in com.broadleafcommerce.auth.resource.web.endpoint with type arguments of type AuthorizedClient Constructor Description UserEndpoint(UserService<User> userSvc, UserPasswordService<PasswordToken,User> userPasswordService, AuthorizedClientService<AuthorizedClient> clientService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.server.autoconfigure
Methods in com.broadleafcommerce.auth.server.autoconfigure that return types with arguments of type AuthorizedClient 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)
Method parameters in com.broadleafcommerce.auth.server.autoconfigure with type arguments of type AuthorizedClient Modifier and Type Method Description ClientRedirectService
ClientRedirectAutoConfiguration. clientRedirectService(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.server.service
Classes in com.broadleafcommerce.auth.server.service with type parameters of type AuthorizedClient Modifier and Type Interface Description interface
AuthorizedClientService<P extends AuthorizedClient>
Service interface for managingAuthorizedClient
.class
DefaultAuthorizedClientService<P extends AuthorizedClient,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 AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
DefaultClientRedirectService. getClientService()
Methods in com.broadleafcommerce.auth.server.service with parameters of type AuthorizedClient Modifier and Type Method Description Optional<String>
AuthorizedClientService. resolveAbsolutePathForUri(String uri, AuthorizedClient client)
Resolves the absolute path for the string uri providedOptional<String>
DefaultAuthorizedClientService. resolveAbsolutePathForUri(String uri, AuthorizedClient client)
Optional<String>
AuthorizedClientService. resolveAbsolutePathsForRelativeDefaultRedirectUri(AuthorizedClient client)
Resolves the absolute path for the default redirect uri on the providedAuthorizedClient
Optional<String>
DefaultAuthorizedClientService. resolveAbsolutePathsForRelativeDefaultRedirectUri(AuthorizedClient client)
Set<String>
AuthorizedClientService. resolveAbsolutePathsForRelativeRedirectUris(AuthorizedClient client)
Resolves the absolute path for the redirect uris on the providedAuthorizedClient
Set<String>
DefaultAuthorizedClientService. resolveAbsolutePathsForRelativeRedirectUris(AuthorizedClient client)
Set<String>
AuthorizedClientService. resolveAbsolutePathsForUris(Set<String> uris, AuthorizedClient client)
Resolves the absolute path for the string uris providedSet<String>
DefaultAuthorizedClientService. resolveAbsolutePathsForUris(Set<String> uris, AuthorizedClient client)
protected Optional<org.springframework.web.util.UriComponentsBuilder>
DefaultAuthorizedClientService. resolveBaseUri(AuthorizedClient client)
Determines the base URI of the application or admin the client is used for.Constructor parameters in com.broadleafcommerce.auth.server.service with type arguments of type AuthorizedClient Constructor Description DefaultClientRedirectService(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.server.web.endpoint
Methods in com.broadleafcommerce.auth.server.web.endpoint that return AuthorizedClient Modifier and Type Method Description AuthorizedClient
AuthorizedClientEndpoint. createAuthorizedClient(String serverId, AuthorizedClient authorizedClient)
AuthorizedClient
AuthorizedClientEndpoint. readAuthorizedClientById(String serverId, String id)
AuthorizedClient
AuthorizedClientEndpoint. replaceAuthorizedClientById(String serverId, String id, AuthorizedClient authorizedClient)
Methods in com.broadleafcommerce.auth.server.web.endpoint that return types with arguments of type AuthorizedClient Modifier and Type Method Description org.springframework.data.domain.Page<AuthorizedClient>
AuthorizedClientEndpoint. readAllAuthorizedClients(String serverId, org.springframework.data.domain.Pageable pageable)
Methods in com.broadleafcommerce.auth.server.web.endpoint with parameters of type AuthorizedClient Modifier and Type Method Description AuthorizedClient
AuthorizedClientEndpoint. createAuthorizedClient(String serverId, AuthorizedClient authorizedClient)
AuthorizedClient
AuthorizedClientEndpoint. replaceAuthorizedClientById(String serverId, String id, AuthorizedClient authorizedClient)
Constructors in com.broadleafcommerce.auth.server.web.endpoint with parameters of type AuthorizedClient Constructor Description ClientDiscoveryResponse(AuthorizedClient authorizedClient)
Constructor parameters in com.broadleafcommerce.auth.server.web.endpoint with type arguments of type AuthorizedClient Constructor Description AuthorizedClientEndpoint(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
ClientDiscoveryEndpoint(AuthorizedClientService<AuthorizedClient> authorizedClientService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
DefaultAuthServerCreationHandler. getClientService()
Constructor parameters in com.broadleafcommerce.auth.tenant.service with type arguments of type AuthorizedClient Constructor Description DefaultAuthServerCreationHandler(AuthorizationServerService<AuthorizationServer> serverService, AuthorizedClientService<AuthorizedClient> clientService, DefaultAuthServerProperties defaultAuthServerProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.autoconfigure with type arguments of type AuthorizedClient 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)
OAuth2UserDetailsService
OAuth2UserDetailsAutoConfiguration. oAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService)
Constructor parameters in com.broadleafcommerce.auth.user.autoconfigure with type arguments of type AuthorizedClient Constructor Description AuthorizationServerConfiguration(OAuth2SessionAuthenticationFilter sessionAuthenticationFilter, OAuth2TokenEndpointAuthenticationFilter tokenEndpointAuthenticationFilter, Optional<EmbeddedLoginTokenEndpointAuthenticationFilter> embeddedLoginTokenEndpointAuthenticationFilter, AuthorizedClientService<AuthorizedClient> authorizedClientService, SecurityService securityService, org.springframework.security.oauth2.provider.token.store.JwtAccessTokenConverter tokenConverter, List<org.springframework.security.oauth2.provider.token.TokenEnhancer> tokenEnhancers, org.springframework.security.oauth2.provider.token.store.JwtTokenStore tokenStore, org.springframework.security.oauth2.provider.endpoint.RedirectResolver redirectResolver, TokenProperties properties, org.springframework.security.oauth2.provider.ClientDetailsService clientDetailsService, org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration authenticationConfiguration)
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 AuthorizedClient in com.broadleafcommerce.auth.user.endpoint
Methods in com.broadleafcommerce.auth.user.endpoint that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
DefaultImpersonationRequestValidator. getCsrClient(String clientId)
protected AuthorizedClient
DefaultImpersonationRequestValidator. getImpersonatedClient(OAuth2UserDetails impersonatedUser)
protected AuthorizedClient
DefaultImpersonationRequestValidator. getImpersonatedClient(String clientId)
Methods in com.broadleafcommerce.auth.user.endpoint with parameters of type AuthorizedClient Modifier and Type Method Description protected boolean
DefaultImpersonationRequestValidator. isNotSameTenant(AuthorizedClient impersonatedClient, AuthorizedClient csrClient)
protected void
DefaultImpersonationRequestValidator. validateClientImpersonation(ImpersonationRequest impersonationRequest, AuthorizedClient impersonatedClient, String csrUserId)
Constructor parameters in com.broadleafcommerce.auth.user.endpoint with type arguments of type AuthorizedClient 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 AuthorizedClient in com.broadleafcommerce.auth.user.listener
Methods in com.broadleafcommerce.auth.user.listener that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
AdminUserPersistenceHandler. getClientService()
protected AuthorizedClientService<AuthorizedClient>
CustomerPersistenceHandler. getClientService()
Constructor parameters in com.broadleafcommerce.auth.user.listener with type arguments of type AuthorizedClient Constructor Description AdminUserPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService)
CustomerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.listener.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.listener.autoconfigure with type arguments of type AuthorizedClient Modifier and Type Method Description AdminUserPersistenceHandler
AuthDataUpdatePersistenceHandlerAutoConfiguration. adminUserPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService)
CustomerPersistenceHandler
AuthDataUpdatePersistenceHandlerAutoConfiguration. customerPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, ApplicationService<Application> applicationService, UserCreationProducer userCreationProducer, com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserLockoutService userLockoutService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.service
Methods in com.broadleafcommerce.auth.user.service that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
DefaultClientDetailsService. withResolvedRelativeRedirectUris(AuthorizedClient client)
If this client has any relative URLs in itsgetRedirectUris()
, this method will get the base URL for the client's tenant or application.Methods in com.broadleafcommerce.auth.user.service that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
DefaultUserLockoutService. getClientService()
protected AuthorizedClientService<AuthorizedClient>
DefaultUserMessagingService. getClientService()
Methods in com.broadleafcommerce.auth.user.service with parameters of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
DefaultClientDetailsService. withResolvedRelativeRedirectUris(AuthorizedClient client)
If this client has any relative URLs in itsgetRedirectUris()
, this method will get the base URL for the client's tenant or application.Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type AuthorizedClient Constructor Description DefaultClientDetailsService(AuthorizedClientService<AuthorizedClient> authorizedClientService)
DefaultOAuth2UserDetailsService(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, PrivilegeService privilegeService)
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)
DefaultUserService(AuthorizedClientService<AuthorizedClient> clientService, UserRepository<D> userRepository, SimplePayloadMapper mapper, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validator, UserUpdateProducer userUpdateProducer)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.service.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type AuthorizedClient 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)
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)
<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
UserService<User>AuthServiceServiceAutoConfiguration. userService(AuthorizedClientService<AuthorizedClient> clientService, UserRepository<D> userRepository, com.broadleafcommerce.data.tracking.core.mapping.validation.EntityValidatorManager validatorManager, SimplePayloadMapper simplePayloadMapper, UserUpdateProducer userUpdateProducer)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.service.password
Methods in com.broadleafcommerce.auth.user.service.password that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
DefaultUserRegistrationService. getAuthorizedClient(UserRegistration registration)
Finds theAuthorizedClient
corresponding to theUserRegistration.getClientId()
.Constructor parameters in com.broadleafcommerce.auth.user.service.password with type arguments of type AuthorizedClient 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 AuthorizedClient in com.broadleafcommerce.auth.user.session
Methods in com.broadleafcommerce.auth.user.session that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
StatelessUtilImpl. findClient(String clientId)
Methods in com.broadleafcommerce.auth.user.session with parameters of type AuthorizedClient Modifier and Type Method Description protected AuthorizationServer
StatelessUtilImpl. findServer(AuthorizedClient client)
String
StatelessUtil. getSessionCookieName(AuthorizedClient client, AuthorizationServer server)
String
StatelessUtilImpl. getSessionCookieName(AuthorizedClient client, AuthorizationServer server)
Constructor parameters in com.broadleafcommerce.auth.user.session with type arguments of type AuthorizedClient Constructor Description StatelessUtilImpl(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService, String encodedPrivateKey, String encodedPublicKey, String issuer)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.session.embedded
Methods in com.broadleafcommerce.auth.user.session.embedded that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
EmbeddedLoginAuthenticationFilter. getAuthorizedClientService()
Constructor parameters in com.broadleafcommerce.auth.user.session.embedded with type arguments of type AuthorizedClient 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 AuthorizedClient in com.broadleafcommerce.auth.user.session.token.enhancer
Methods in com.broadleafcommerce.auth.user.session.token.enhancer that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
ClientRestrictionTokenEnhancer. getAuthorizedClientService()
Constructor parameters in com.broadleafcommerce.auth.user.session.token.enhancer with type arguments of type AuthorizedClient Constructor Description ClientRestrictionTokenEnhancer(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PermissionRepository permissionRepository)
-
Uses of AuthorizedClient 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 AuthorizedClient Modifier and Type Method Description ClientRestrictionTokenEnhancer
TokenEnhancerAutoConfiguration. clientRestrictionTokenEnhancer(AuthorizationServerService<AuthorizationServer> authorizationServerService, AuthorizedClientService<AuthorizedClient> authorizedClientService, PermissionRepository permissionRepository)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.web.authentication.session
Methods in com.broadleafcommerce.auth.user.web.authentication.session that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClient
AbstractAuthenticationStrategyDelegate. getAuthorizedClient(String clientId)
Fetches anAuthorizedClient
for the givenclientId
.Methods in com.broadleafcommerce.auth.user.web.authentication.session that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
AbstractAuthenticationStrategyDelegate. getClientService()
Constructor parameters in com.broadleafcommerce.auth.user.web.authentication.session with type arguments of type AuthorizedClient Constructor Description AbstractAuthenticationStrategyDelegate(OAuth2UserDetailsService oAuth2UserDetailsService, UserRegistrationService<User> registrationService, AuthRegistrationProperties registrationProperties, AuthorizedClientService<AuthorizedClient> clientService, ClientIdentityProviderProperties clientProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, PasscodeService<PasswordToken,User> passcodeService)
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.web.autoconfigure
Method parameters in com.broadleafcommerce.auth.user.web.autoconfigure with type arguments of type AuthorizedClient 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 AuthorizedClient in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
EmbeddedAuthenticationController. getAuthorizedClientService()
protected AuthorizedClientService<AuthorizedClient>
AuthenticationController. getClientService()
protected AuthorizedClientService<AuthorizedClient>
RegistrationFormController. getClientService()
-
Uses of AuthorizedClient in com.broadleafcommerce.auth.user.web.resolver
Methods in com.broadleafcommerce.auth.user.web.resolver that return types with arguments of type AuthorizedClient Modifier and Type Method Description protected AuthorizedClientService<AuthorizedClient>
OAuth2ClientTemplateResolver. getClientService()
Constructor parameters in com.broadleafcommerce.auth.user.web.resolver with type arguments of type AuthorizedClient Constructor Description OAuth2ClientTemplateResolver(AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)
-