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 String
ACCESS_TOKEN
static String
ACR_VALUES
static String
AMR_VALUES
static String
AUTH_REQ_ID
static String
AUTHORIZATION_DETAILS
static String
CLAIMS
static String
CLAIMS_LOCALES
static String
CLIENT_ID
static String
CODE_CHALLENGE
static String
CODE_CHALLENGE_METHOD
static String
CUSTOM_RESPONSE_HEADERS
static String
DISPLAY
static String
DPOP_JKT
static String
ID_TOKEN_HINT
static String
LOGIN_HINT
static String
MAX_AGE
static String
NBF
static String
NONCE
static String
ORIGIN_HEADERS
static String
PROMPT
static String
REDIRECT_URI
static String
REGISTRATION
static String
REQUEST
static String
REQUEST_SESSION_ID
static String
REQUEST_URI
static String
RESPONSE_MODE
static String
RESPONSE_TYPE
static String
SCOPE
static String
SESSION_ID
String that represents the End-User's login state at the OP.static String
SID
static String
STATE
static String
UI_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
-
AUTHORIZATION_DETAILS
public static final String AUTHORIZATION_DETAILS
- 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
-
DPOP_JKT
public static final String DPOP_JKT
- 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
-
-