Uses of Class
com.broadleafcommerce.auth.client.web.repo.AuthorizationRequestWrapper
-
Packages that use AuthorizationRequestWrapper Package Description com.broadleafcommerce.auth.client.web.repo -
-
Uses of AuthorizationRequestWrapper in com.broadleafcommerce.auth.client.web.repo
Methods in com.broadleafcommerce.auth.client.web.repo that return AuthorizationRequestWrapper Modifier and Type Method Description AuthorizationRequestWrapperAuthorizationRequestWrapper.AuthorizationRequestWrapperBuilder. build()protected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository. deserializeCookie(String cookie)Deserialize a cookie value into anAuthorizationRequestWrapper.protected AuthorizationRequestWrapperBroadleafAuthorizationRequestRepository. readAuthRequestWrapperFromCookie(javax.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 AuthorizationRequestWrapper Modifier and Type Method Description protected org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequestBroadleafAuthorizationRequestRepository. buildOAuth2AuthorizationRequest(AuthorizationRequestWrapper authorizationRequestWrapper)Build aOAuth2AuthorizationRequestfrom aAuthorizationRequestWrapper.protected @NotNull javax.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.
-