Package | Description |
---|---|
com.broadleafcommerce.auth.client.web.repo |
Modifier and Type | Method and Description |
---|---|
AuthorizationRequestWrapper |
AuthorizationRequestWrapper.AuthorizationRequestWrapperBuilder.build() |
protected AuthorizationRequestWrapper |
BroadleafAuthorizationRequestRepository.deserializeCookie(String cookie)
Deserialize a cookie value into an
AuthorizationRequestWrapper . |
protected AuthorizationRequestWrapper |
BroadleafAuthorizationRequestRepository.readAuthRequestWrapperFromCookie(javax.servlet.http.HttpServletRequest request) |
protected AuthorizationRequestWrapper |
BroadleafAuthorizationRequestRepository.wrapAuthorizationRequest(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest,
String clientId)
Wrap a
OAuth2AuthorizationRequest in a AuthorizationRequestWrapper with the
current client id |
protected AuthorizationRequestWrapper |
BroadleafAuthorizationRequestRepository.wrapAuthRequest(org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest authorizationRequest)
Wrap the given
OAuth2AuthorizationRequest into an AuthorizationRequestWrapper
The AuthorizationRequestWrapper includes a blcClientId field, which is set from a
request parameter. |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest |
BroadleafAuthorizationRequestRepository.buildOAuth2AuthorizationRequest(AuthorizationRequestWrapper authorizationRequestWrapper)
Build a
OAuth2AuthorizationRequest from a AuthorizationRequestWrapper . |
protected @NotNull javax.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 given
AuthorizationRequestWrapper into a String. |
Copyright © 2021. All rights reserved.