Uses of Class
com.broadleafcommerce.auth.client.web.repo.AuthorizationRequestWrapper
Packages that use AuthorizationRequestWrapper
-
Uses of AuthorizationRequestWrapper in com.broadleafcommerce.auth.client.web.repo
Methods in com.broadleafcommerce.auth.client.web.repo that return AuthorizationRequestWrapperModifier and TypeMethodDescriptionAuthorizationRequestWrapper.AuthorizationRequestWrapperBuilder.build()protected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository.deserializeCookie(String cookie) Deserialize a cookie value into anAuthorizationRequestWrapper.protected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository.readAuthRequestWrapperFromCookie(jakarta.servlet.http.HttpServletRequest request) protected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository.wrapAuthorizationRequest(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest, String clientId) Wrap aOAuth2AuthorizationRequestin aAuthorizationRequestWrapperwith the current client idprotected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository.wrapAuthRequest(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest) Wrap the givenOAuth2AuthorizationRequestinto anAuthorizationRequestWrapperTheAuthorizationRequestWrapperincludes a blcClientId field, which is set from a request parameter.Methods in com.broadleafcommerce.auth.client.web.repo with parameters of type AuthorizationRequestWrapperModifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequestBroadleafAuthorizationRequestRepository.buildOAuth2AuthorizationRequest(AuthorizationRequestWrapper authorizationRequestWrapper) Build aOAuth2AuthorizationRequestfrom aAuthorizationRequestWrapper.protected com.nimbusds.jwt.SignedJWTBroadleafAuthorizationRequestRepository.getAuthorizationRequestWrapperAsSignedJwt(AuthorizationRequestWrapper authorizationRequestWrapper) protected @NotNull jakarta.servlet.http.CookieBroadleafAuthorizationRequestRepository.saveAuthRequestWrapper(AuthorizationRequestWrapper authorizationRequestWrapper) Deprecated.protected @NotNull org.springframework.http.ResponseCookieBroadleafAuthorizationRequestRepository.saveAuthRequestWrapperResponseCookie(AuthorizationRequestWrapper authorizationRequestWrapper) protected StringBroadleafAuthorizationRequestRepository.serializeAuthRequest(AuthorizationRequestWrapper authorizationRequestWrapper) Serialize the givenAuthorizationRequestWrapperinto a String.
BroadleafAuthorizationRequestRepository.saveAuthRequestWrapperResponseCookie(AuthorizationRequestWrapper)