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.TenantAwareOAuth2AuthorizedClientWrapperDefaultOAuth2AuthorizedClientRepository. readAuthClientWrapperFromCookie(javax.servlet.http.HttpServletRequest request)Read aDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapperfrom the authorized client cookie.protected DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapperDefaultOAuth2AuthorizedClientRepository. wrapAuthorizedClient(org.springframework.security.oauth2.client.OAuth2AuthorizedClient authorizedClient)Create a newDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapperfrom 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.OAuth2AuthorizedClientDefaultOAuth2AuthorizedClientRepository. createAuthorizedClient(String clientRegistrationId, org.springframework.security.core.Authentication principal, DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper authorizedClientWrapper)Create anOAuth2AuthorizedClientfrom anDefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper
-