Uses of Interface
com.broadleafcommerce.auth.client.service.ContextHelperService
-
-
Uses of ContextHelperService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return ContextHelperService Modifier and Type Method Description ContextHelperService
OAuthClientAutoConfiguration. contextHelperService(AuthorizedClientService<AuthorizedClient> authorizedClientService, AuthorizationServerService<AuthorizationServer> authorizationServerService)
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type ContextHelperService Modifier and Type Method Description org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,BroadleafOAuthClientAuthenticationDetails>
OAuthClientAutoConfiguration. authenticationDetailsSource(ContextHelperService contextHelperService)
protected BroadleafAuthorizationRequestRepository
OAuthClientAutoConfiguration. authorizationRequestRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService)
protected ClientIdFilter
OAuthClientAutoConfiguration. clientIdFilter(ContextHelperService contextHelperService)
org.springframework.security.oauth2.client.registration.ClientRegistrationRepository
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 ContextHelperService Constructor Description DefaultOAuthClientAuthenticationDetailsSource(ContextHelperService contextHelperService)
-
Uses of ContextHelperService in com.broadleafcommerce.auth.client.registration
Methods in com.broadleafcommerce.auth.client.registration that return ContextHelperService Modifier and Type Method Description protected ContextHelperService
DefaultBroadleafClientRegistrationRepository. getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.registration with parameters of type ContextHelperService Constructor Description DefaultBroadleafClientRegistrationRepository(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 ContextHelperService Modifier and Type Class Description class
DefaultContextHelperService
This class uses the RequestContextHolder to read the client_id for the current request, then looks up the corresponding tenant id.Methods in com.broadleafcommerce.auth.client.service that return ContextHelperService Modifier and Type Method Description protected ContextHelperService
DefaultOAuth2AuthorizedClientRepository. getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type ContextHelperService Constructor Description DefaultOAuth2AuthorizedClientRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository)
-
Uses of ContextHelperService in com.broadleafcommerce.auth.client.web.filter
Constructors in com.broadleafcommerce.auth.client.web.filter with parameters of type ContextHelperService Constructor Description ClientIdFilter(ContextHelperService contextHelperService)
-
Uses of ContextHelperService in com.broadleafcommerce.auth.client.web.repo
Methods in com.broadleafcommerce.auth.client.web.repo that return ContextHelperService Modifier and Type Method Description protected ContextHelperService
BroadleafAuthorizationRequestRepository. getContextHelperService()
Constructors in com.broadleafcommerce.auth.client.web.repo with parameters of type ContextHelperService Constructor Description BroadleafAuthorizationRequestRepository(StatelessUtil statelessUtil, ContextHelperService contextHelperService)
-