Package io.jans.as.model.authorize
Class AuthorizeRequestParam
- java.lang.Object
-
- io.jans.as.model.authorize.AuthorizeRequestParam
-
public final class AuthorizeRequestParam extends Object
- Version:
- October 7, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCESS_TOKENstatic StringACR_VALUESstatic StringAMR_VALUESstatic StringAUTH_REQ_IDstatic StringCLAIMSstatic StringCLAIMS_LOCALESstatic StringCLIENT_IDstatic StringCODE_CHALLENGEstatic StringCODE_CHALLENGE_METHODstatic StringCUSTOM_RESPONSE_HEADERSstatic StringDISPLAYstatic StringID_TOKEN_HINTstatic StringLOGIN_HINTstatic StringMAX_AGEstatic StringNBFstatic StringNONCEstatic StringORIGIN_HEADERSstatic StringPROMPTstatic StringREDIRECT_URIstatic StringREGISTRATIONstatic StringREQUESTstatic StringREQUEST_SESSION_IDstatic StringREQUEST_URIstatic StringRESPONSE_MODEstatic StringRESPONSE_TYPEstatic StringSCOPEstatic StringSESSION_IDString that represents the End-User's login state at the OP.static StringSIDstatic StringSTATEstatic StringUI_LOCALES
-
-
-
Field Detail
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
public static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
REDIRECT_URI
public static final String REDIRECT_URI
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
RESPONSE_MODE
public static final String RESPONSE_MODE
- See Also:
- Constant Field Values
-
NONCE
public static final String NONCE
- See Also:
- Constant Field Values
-
DISPLAY
public static final String DISPLAY
- See Also:
- Constant Field Values
-
PROMPT
public static final String PROMPT
- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
- See Also:
- Constant Field Values
-
UI_LOCALES
public static final String UI_LOCALES
- See Also:
- Constant Field Values
-
CLAIMS_LOCALES
public static final String CLAIMS_LOCALES
- See Also:
- Constant Field Values
-
ID_TOKEN_HINT
public static final String ID_TOKEN_HINT
- See Also:
- Constant Field Values
-
LOGIN_HINT
public static final String LOGIN_HINT
- See Also:
- Constant Field Values
-
ACR_VALUES
public static final String ACR_VALUES
- See Also:
- Constant Field Values
-
AMR_VALUES
public static final String AMR_VALUES
- See Also:
- Constant Field Values
-
CLAIMS
public static final String CLAIMS
- See Also:
- Constant Field Values
-
REGISTRATION
public static final String REGISTRATION
- See Also:
- Constant Field Values
-
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
-
REQUEST_URI
public static final String REQUEST_URI
- See Also:
- Constant Field Values
-
ORIGIN_HEADERS
public static final String ORIGIN_HEADERS
- See Also:
- Constant Field Values
-
CODE_CHALLENGE
public static final String CODE_CHALLENGE
- See Also:
- Constant Field Values
-
CODE_CHALLENGE_METHOD
public static final String CODE_CHALLENGE_METHOD
- See Also:
- Constant Field Values
-
CUSTOM_RESPONSE_HEADERS
public static final String CUSTOM_RESPONSE_HEADERS
- See Also:
- Constant Field Values
-
AUTH_REQ_ID
public static final String AUTH_REQ_ID
- See Also:
- Constant Field Values
-
SID
public static final String SID
- See Also:
- Constant Field Values
-
NBF
public static final String NBF
- See Also:
- Constant Field Values
-
SESSION_ID
public static final String SESSION_ID
String that represents the End-User's login state at the OP.- See Also:
- Constant Field Values
-
REQUEST_SESSION_ID
public static final String REQUEST_SESSION_ID
- See Also:
- Constant Field Values
-
-