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
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationRequestWrapper(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 booleanbooleangetState()inthashCode()voidsetAdditionalParameters(Map<String, Object> additionalParameters) voidsetAttributes(Map<String, Object> attributes) voidsetAuthorizationGrantType(String authorizationGrantType) voidsetAuthorizationRequestUri(String authorizationRequestUri) voidsetAuthorizationUri(String authorizationUri) voidsetBlcClientId(String blcClientId) voidsetClientId(String clientId) voidsetRedirectUri(String redirectUri) voidsetResponseType(String responseType) voidvoidtoString()
-
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
-