Uses of Interface
com.broadleafcommerce.auth.client.service.ContextHelperService
Packages that use ContextHelperService
Package
Description
-
Uses of ContextHelperService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return ContextHelperServiceModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.contextHelperService
(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService) Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type ContextHelperServiceModifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationDetailsSource<jakarta.servlet.http.HttpServletRequest,
BroadleafOAuthClientAuthenticationDetails> OAuthClientAutoConfiguration.authenticationDetailsSource
(ContextHelperService contextHelperService) protected BroadleafAuthorizationRequestRepository
OAuthClientAutoConfiguration.authorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) OAuthClientAutoConfiguration.clientRegistrationRepository
(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> oAuthClientRegistrationPersistenceService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) -
Uses of ContextHelperService in com.broadleafcommerce.auth.client.provider.authentication
Constructors in com.broadleafcommerce.auth.client.provider.authentication with parameters of type ContextHelperServiceModifierConstructorDescriptionDefaultOAuthClientAuthenticationDetailsSource
(ContextHelperService contextHelperService) -
Uses of ContextHelperService in com.broadleafcommerce.auth.client.registration
Methods in com.broadleafcommerce.auth.client.registration that return ContextHelperServiceModifier and TypeMethodDescriptionprotected ContextHelperService
DefaultBroadleafClientRegistrationRepository.getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.registration with parameters of type ContextHelperServiceModifierConstructorDescriptionDefaultBroadleafClientRegistrationRepository
(OAuthClientRegistrationPersistenceService<OAuthClientRegistrationWrapper> clientRegistrationService, ContextHelperService contextHelperService, ClientRegistrationPropertiesService<OAuthClientRegistrationWrapper> clientRegistrationPropertiesService) -
Uses of ContextHelperService in com.broadleafcommerce.auth.client.service
Classes in com.broadleafcommerce.auth.client.service that implement ContextHelperServiceMethods in com.broadleafcommerce.auth.client.service that return ContextHelperServiceModifier and TypeMethodDescriptionprotected ContextHelperService
DefaultOAuth2AuthorizedClientRepository.getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type ContextHelperServiceModifierConstructorDescriptionDefaultOAuth2AuthorizedClientRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository) -
Uses of ContextHelperService in com.broadleafcommerce.auth.client.web.repo
Methods in com.broadleafcommerce.auth.client.web.repo that return ContextHelperServiceModifier and TypeMethodDescriptionprotected ContextHelperService
BroadleafAuthorizationRequestRepository.getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.web.repo with parameters of type ContextHelperServiceModifierConstructorDescriptionBroadleafAuthorizationRequestRepository
(StatelessUtil statelessUtil, ContextHelperService contextHelperService) -
Uses of ContextHelperService in com.broadleafcommerce.auth.user.session
Methods in com.broadleafcommerce.auth.user.session that return ContextHelperServiceModifier and TypeMethodDescriptionprotected ContextHelperService
OAuth2ClientIdForwardRedirectStrategy.getContextHelperService()
Constructors in com.broadleafcommerce.auth.user.session with parameters of type ContextHelperServiceModifierConstructorDescriptionOAuth2ClientIdForwardRedirectStrategy
(ContextHelperService contextHelperService)