Package org.apache.camel.oauth
Class OAuthCodeFlowParams
java.lang.Object
org.apache.camel.oauth.OAuthCodeFlowParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetState()setAcrValues(String acrValues) setClientId(String clientId) setIdTokenHint(String idTokenHint) setLoginHint(String loginHint) setRedirectUri(String redirectUri) setResponseType(OAuthCodeFlowParams.AuthRequestResponseType responseType) setUiLocales(String uiLocales)
-
Constructor Details
-
OAuthCodeFlowParams
public OAuthCodeFlowParams()
-
-
Method Details
-
getClientId
-
setClientId
-
getRedirectUri
-
setRedirectUri
-
getResponseType
-
setResponseType
public OAuthCodeFlowParams setResponseType(OAuthCodeFlowParams.AuthRequestResponseType responseType) -
getScopes
-
setScope
-
setScopes
-
getState
-
setState
-
getDisplay
-
setDisplay
-
getPrompt
-
setPrompt
-
getMaxAge
-
setMaxAge
-
getUiLocales
-
setUiLocales
-
getIdTokenHint
-
setIdTokenHint
-
getLoginHint
-
setLoginHint
-
getAcrValues
-
setAcrValues
-