Uses of Class
com.broadleafcommerce.auth.client.service.DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
-
Uses of DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper in com.broadleafcommerce.auth.client.service
Modifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientRepository.readAuthClientWrapperFromCookie
(jakarta.servlet.http.HttpServletRequest request) Read aDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
from the authorized client cookie.DefaultOAuth2AuthorizedClientRepository.wrapAuthorizedClient
(org.springframework.security.oauth2.client.OAuth2AuthorizedClient authorizedClient) Create a newDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
from the givenOAuth2AuthorizedClient
.Modifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.client.OAuth2AuthorizedClient
DefaultOAuth2AuthorizedClientRepository.createAuthorizedClient
(String clientRegistrationId, org.springframework.security.core.Authentication principal, DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper authorizedClientWrapper) Create anOAuth2AuthorizedClient
from anDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper