Class OAuthRedirectionState
java.lang.Object
org.apache.cxf.rs.security.oauth2.common.OAuthRedirectionState
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuthAuthorizationData
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the client id which needs to be retained in a hidden form fieldgetNonce()Gets the requested scope which needs to be retained in a hidden form fieldGets the redirect uri which needs to be retained in a hidden form fieldgetState()Gets the client state token which needs to be retained in a hidden form fieldvoidsetAudience(String audience) voidsetClientCodeChallenge(String clientCodeChallenge) voidsetClientCodeChallengeMethod(String clientCodeChallengeMethod) voidsetClientId(String clientId) Sets the client id which needs to be retained in a hidden form fieldvoidsetExtraProperties(Map<String, String> extraProperties) voidvoidsetProposedScope(String proposedScope) Sets the requested scope which needs to be retained in a hidden form fieldvoidsetRedirectUri(String redirectUri) Sets the redirect uri which needs to be retained in a hidden form fieldvoidsetResponseType(String responseType) voidSets the client state token which needs to be retained in a hidden form field
-
Constructor Details
-
OAuthRedirectionState
public OAuthRedirectionState()
-
-
Method Details
-
setClientId
Sets the client id which needs to be retained in a hidden form field- Parameters:
clientId- the client id
-
getClientId
Gets the client id which needs to be retained in a hidden form field- Returns:
- the client id
-
setRedirectUri
Sets the redirect uri which needs to be retained in a hidden form field- Parameters:
redirectUri- the redirect uri
-
getRedirectUri
Gets the redirect uri which needs to be retained in a hidden form field- Returns:
- the redirect uri
-
setState
Sets the client state token which needs to be retained in a hidden form field- Parameters:
state- the state
-
getState
Gets the client state token which needs to be retained in a hidden form field- Returns:
-
setProposedScope
Sets the requested scope which needs to be retained in a hidden form field- Parameters:
proposedScope- the scope
-
getProposedScope
Gets the requested scope which needs to be retained in a hidden form field- Returns:
- the scope
-
getAudience
-
setAudience
-
getClientCodeChallenge
-
setClientCodeChallenge
-
getNonce
-
setNonce
-
getResponseType
-
setResponseType
-
getExtraProperties
-
setExtraProperties
-
getClientCodeChallengeMethod
-
setClientCodeChallengeMethod
-