Uses of Class
com.broadleafcommerce.auth.client.web.repo.AuthorizationRequestWrapper
-
Uses of AuthorizationRequestWrapper in com.broadleafcommerce.auth.client.web.repo
Modifier and TypeMethodDescriptionAuthorizationRequestWrapper.AuthorizationRequestWrapperBuilder.build()
protected AuthorizationRequestWrapper
BroadleafAuthorizationRequestRepository.deserializeCookie
(String cookie) Deserialize a cookie value into anAuthorizationRequestWrapper
.protected AuthorizationRequestWrapper
BroadleafAuthorizationRequestRepository.readAuthRequestWrapperFromCookie
(jakarta.servlet.http.HttpServletRequest request) protected AuthorizationRequestWrapper
BroadleafAuthorizationRequestRepository.wrapAuthorizationRequest
(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest, String clientId) Wrap aOAuth2AuthorizationRequest
in aAuthorizationRequestWrapper
with the current client idprotected AuthorizationRequestWrapper
BroadleafAuthorizationRequestRepository.wrapAuthRequest
(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest) Wrap the givenOAuth2AuthorizationRequest
into anAuthorizationRequestWrapper
TheAuthorizationRequestWrapper
includes a blcClientId field, which is set from a request parameter.Modifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest
BroadleafAuthorizationRequestRepository.buildOAuth2AuthorizationRequest
(AuthorizationRequestWrapper authorizationRequestWrapper) Build aOAuth2AuthorizationRequest
from aAuthorizationRequestWrapper
.protected com.nimbusds.jwt.SignedJWT
BroadleafAuthorizationRequestRepository.getAuthorizationRequestWrapperAsSignedJwt
(AuthorizationRequestWrapper authorizationRequestWrapper) protected @NotNull jakarta.servlet.http.Cookie
BroadleafAuthorizationRequestRepository.saveAuthRequestWrapper
(AuthorizationRequestWrapper authorizationRequestWrapper) Deprecated.protected @NotNull org.springframework.http.ResponseCookie
BroadleafAuthorizationRequestRepository.saveAuthRequestWrapperResponseCookie
(AuthorizationRequestWrapper authorizationRequestWrapper) protected String
BroadleafAuthorizationRequestRepository.serializeAuthRequest
(AuthorizationRequestWrapper authorizationRequestWrapper) Serialize the givenAuthorizationRequestWrapper
into a String.
BroadleafAuthorizationRequestRepository.saveAuthRequestWrapperResponseCookie(AuthorizationRequestWrapper)