Class AuthorizationRequestWrapper
java.lang.Object
com.broadleafcommerce.auth.client.web.repo.AuthorizationRequestWrapper
A holder for
OAuth2AuthorizationRequest
data, with a field for the Broadleaf Client Id-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionAuthorizationRequestWrapper
(String authorizationUri, String authorizationGrantType, String responseType, String clientId, String redirectUri, Set<String> scopes, String state, Map<String, Object> additionalParameters, String authorizationRequestUri, Map<String, Object> attributes, String blcClientId) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
getState()
int
hashCode()
void
setAdditionalParameters
(Map<String, Object> additionalParameters) void
setAttributes
(Map<String, Object> attributes) void
setAuthorizationGrantType
(String authorizationGrantType) void
setAuthorizationRequestUri
(String authorizationRequestUri) void
setAuthorizationUri
(String authorizationUri) void
setBlcClientId
(String blcClientId) void
setClientId
(String clientId) void
setRedirectUri
(String redirectUri) void
setResponseType
(String responseType) void
void
toString()
-
Constructor Details
-
AuthorizationRequestWrapper
public AuthorizationRequestWrapper(String authorizationUri, String authorizationGrantType, String responseType, String clientId, String redirectUri, Set<String> scopes, String state, Map<String, Object> additionalParameters, String authorizationRequestUri, Map<String, Object> attributes, String blcClientId) -
AuthorizationRequestWrapper
public AuthorizationRequestWrapper()
-
-
Method Details
-
builder
-
getAuthorizationUri
-
getAuthorizationGrantType
-
getResponseType
-
getClientId
-
getRedirectUri
-
getScopes
-
getState
-
getAdditionalParameters
-
getAuthorizationRequestUri
-
getAttributes
-
getBlcClientId
-
setAuthorizationUri
-
setAuthorizationGrantType
-
setResponseType
-
setClientId
-
setRedirectUri
-
setScopes
-
setState
-
setAdditionalParameters
-
setAuthorizationRequestUri
-
setAttributes
-
setBlcClientId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-