Uses of Class
com.broadleafcommerce.auth.client.service.DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
-
Packages that use DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper Package Description com.broadleafcommerce.auth.client.service -
-
Uses of DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper Modifier and Type Method Description protected DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
DefaultOAuth2AuthorizedClientRepository. readAuthClientWrapperFromCookie(javax.servlet.http.HttpServletRequest request)
Read aDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
from the authorized client cookie.protected DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
DefaultOAuth2AuthorizedClientRepository. wrapAuthorizedClient(org.springframework.security.oauth2.client.OAuth2AuthorizedClient authorizedClient)
Create a newDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
from the givenOAuth2AuthorizedClient
.Methods in com.broadleafcommerce.auth.client.service with parameters of type DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper Modifier and Type Method Description protected org.springframework.security.oauth2.client.OAuth2AuthorizedClient
DefaultOAuth2AuthorizedClientRepository. createAuthorizedClient(String clientRegistrationId, org.springframework.security.core.Authentication principal, DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper authorizedClientWrapper)
Create anOAuth2AuthorizedClient
from anDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
-