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<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails> OAuthClientAutoConfiguration.authenticationDetailsSource(ContextHelperService contextHelperService) protected BroadleafAuthorizationRequestRepositoryOAuthClientAutoConfiguration.authorizationRequestRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService) org.springframework.security.oauth2.client.registration.ClientRegistrationRepositoryOAuthClientAutoConfiguration.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 ContextHelperServiceDefaultBroadleafClientRegistrationRepository.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 ContextHelperServiceDefaultOAuth2AuthorizedClientRepository.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 ContextHelperServiceBroadleafAuthorizationRequestRepository.getContextHelperService()Constructors in com.broadleafcommerce.auth.client.web.repo with parameters of type ContextHelperServiceModifierConstructorDescriptionBroadleafAuthorizationRequestRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService)