Uses of Interface
com.broadleafcommerce.auth.client.service.ContextHelperService
Packages that use ContextHelperService
Package
Description
-
Uses of ContextHelperService in com.broadleafcommerce.auth.authorization.security.rememberme.autoconfigure
Methods in com.broadleafcommerce.auth.authorization.security.rememberme.autoconfigure with parameters of type ContextHelperServiceModifier and TypeMethodDescriptionRememberMeLoginAutoConfiguration.rememberMeUserDetailsServiceProvider
(OAuth2UserDetailsService oAuth2UserDetailsService, ContextHelperService contextHelperService) -
Uses of ContextHelperService in com.broadleafcommerce.auth.authorization.security.rememberme.service
Methods in com.broadleafcommerce.auth.authorization.security.rememberme.service that return ContextHelperServiceModifier and TypeMethodDescriptionprotected ContextHelperService
BroadleafPersistentTokenRememberMeServices.getContextHelperService()
protected ContextHelperService
RememberMeUserDetailsServiceProvider.RememberMeUserDetailsService.getContextHelperService()
Constructors in com.broadleafcommerce.auth.authorization.security.rememberme.service with parameters of type ContextHelperServiceModifierConstructorDescriptionBroadleafPersistentTokenRememberMeServices
(String key, org.springframework.security.core.userdetails.UserDetailsService userDetailsService, org.springframework.security.web.authentication.rememberme.PersistentTokenRepository tokenRepository, RememberMeLoginProperties rememberMeLoginProperties, ContextHelperService contextHelperService, RememberMeCookieUtility rememberMeCookieUtility, AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService) RememberMeUserDetailsService
(OAuth2UserDetailsService oAuth2UserDetailsService, ContextHelperService contextHelperService) RememberMeUserDetailsServiceProvider
(OAuth2UserDetailsService oAuth2UserDetailsService, ContextHelperService contextHelperService) -
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) org.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository
OAuthClientAutoConfiguration.oAuth2AuthorizedClientRepository
(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, ContextHelperService contextHelperService) -
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
(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> authorizedClientEntityService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, ContextHelperService contextHelperService) -
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)