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 ContextHelperServiceOAuthClientAutoConfiguration. 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. authorizedClientServiceMethods in com.broadleafcommerce.auth.client.service that return AuthorizedClient Modifier and Type Method Description protected AuthorizedClientDefaultContextHelperService. getAuthorizedClient(String clientId)Finds theAuthorizedClientcorresponding 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 ClientRedirectServiceClientRedirectAutoConfiguration. 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 interfaceAuthorizedClientService<P extends AuthorizedClient>Service interface for managingAuthorizedClient.classDefaultAuthorizedClientService<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 providedAuthorizedClientOptional<String>DefaultAuthorizedClientService. resolveAbsolutePathsForRelativeDefaultRedirectUri(AuthorizedClient client)Set<String>AuthorizedClientService. resolveAbsolutePathsForRelativeRedirectUris(AuthorizedClient client)Resolves the absolute path for the redirect uris on the providedAuthorizedClientSet<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 AuthorizedClientAuthorizedClientEndpoint. createAuthorizedClient(String serverId, AuthorizedClient authorizedClient)AuthorizedClientAuthorizedClientEndpoint. readAuthorizedClientById(String serverId, String id)AuthorizedClientAuthorizedClientEndpoint. 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 AuthorizedClientAuthorizedClientEndpoint. createAuthorizedClient(String serverId, AuthorizedClient authorizedClient)AuthorizedClientAuthorizedClientEndpoint. 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 ImpersonationRequestValidatorImpersonationConfiguration. 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)OAuth2UserDetailsServiceOAuth2UserDetailsAutoConfiguration. 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 AuthorizedClientDefaultImpersonationRequestValidator. getCsrClient(String clientId)protected AuthorizedClientDefaultImpersonationRequestValidator. getImpersonatedClient(OAuth2UserDetails impersonatedUser)protected AuthorizedClientDefaultImpersonationRequestValidator. getImpersonatedClient(String clientId)Methods in com.broadleafcommerce.auth.user.endpoint with parameters of type AuthorizedClient Modifier and Type Method Description protected booleanDefaultImpersonationRequestValidator. isNotSameTenant(AuthorizedClient impersonatedClient, AuthorizedClient csrClient)protected voidDefaultImpersonationRequestValidator. 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 AdminUserPersistenceHandlerAuthDataUpdatePersistenceHandlerAutoConfiguration. adminUserPersistenceHandler(UserService<User> userService, AuthorizedClientService<AuthorizedClient> clientService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, UserLockoutService userLockoutService)CustomerPersistenceHandlerAuthDataUpdatePersistenceHandlerAutoConfiguration. 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 AuthorizedClientDefaultClientDetailsService. 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 AuthorizedClientDefaultClientDetailsService. 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)UserLockoutServiceAuthServiceServiceAutoConfiguration. 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 AuthorizedClientDefaultUserRegistrationService. getAuthorizedClient(UserRegistration registration)Finds theAuthorizedClientcorresponding 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 AuthorizedClientStatelessUtilImpl. findClient(String clientId)Methods in com.broadleafcommerce.auth.user.session with parameters of type AuthorizedClient Modifier and Type Method Description protected AuthorizationServerStatelessUtilImpl. findServer(AuthorizedClient client)StringStatelessUtil. getSessionCookieName(AuthorizedClient client, AuthorizationServer server)StringStatelessUtilImpl. 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 ClientRestrictionTokenEnhancerTokenEnhancerAutoConfiguration. 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 AuthorizedClientAbstractAuthenticationStrategyDelegate. getAuthorizedClient(String clientId)Fetches anAuthorizedClientfor 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 OAuth2ClientTemplateResolverAuthServiceTemplateAutoConfiguration. broadleafTemplateResolver(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties properties, AuthorizedClientService<AuthorizedClient> clientService, AuthorizationServerService<AuthorizationServer> serverService)OAuth2ClientTemplateResolverAuthServiceTemplateAutoConfiguration. 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)
-