Package | Description |
---|---|
com.broadleafcommerce.auth.client.service |
Modifier and Type | Method and Description |
---|---|
protected DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper |
DefaultOAuth2AuthorizedClientRepository.readAuthClientWrapperFromCookie(javax.servlet.http.HttpServletRequest request)
Read a
DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper from the authorized client cookie. |
protected DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper |
DefaultOAuth2AuthorizedClientRepository.wrapAuthorizedClient(org.springframework.security.oauth2.client.OAuth2AuthorizedClient authorizedClient)
Create a new
DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper from the given
OAuth2AuthorizedClient . |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.security.oauth2.client.OAuth2AuthorizedClient |
DefaultOAuth2AuthorizedClientRepository.createAuthorizedClient(String clientRegistrationId,
org.springframework.security.core.Authentication principal,
DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper authorizedClientWrapper)
Create an
OAuth2AuthorizedClient from an
DefaultOAuth2AuthorizedClientRepository.TenantAwareOAuth2AuthorizedClientWrapper |
Copyright © 2021. All rights reserved.