Class Constants
- java.lang.Object
-
- org.wso2.carbon.identity.openidconnect.model.Constants
-
public class Constants extends Object
Constants for openid connect.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACR_VALUES
static String
AUD
static String
AUTH_TIME
static String
CLAIMS
static String
CLIENT_ID
static String
DASH_DELIMITER
static String
DISPLAY
static String
FULL_STOP_DELIMITER
static String
ID_TOKEN_HINT
static String
ISS
static String
JWKS_URI
static String
JWT_PART_DELIMITER
static String
KEYSTORE_FILE_EXTENSION
Deprecated.static String
LOGIN_HINT
static String
MAX_AGE
static String
NONCE
static int
NUMBER_OF_PARTS_IN_JWE
static int
NUMBER_OF_PARTS_IN_JWS
static String
PROMPT
static String
PS
static String
REDIRECT_URI
static String
REQUEST
static String
REQUEST_OBJECT_SIGNING_ALG
static String
REQUEST_URI
static String
RESPONSE_MODE
static String
RESPONSE_TYPE
static String
RS
static String
SCOPE
static String
SHA1
static String
SHA256
static String
STATE
static String
X509
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
REQUEST
public static final String REQUEST
- See Also:
- Constant Field Values
-
REQUEST_URI
public static final String REQUEST_URI
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
public static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
REDIRECT_URI
public static final String REDIRECT_URI
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
NONCE
public static final String NONCE
- See Also:
- Constant Field Values
-
ISS
public static final String ISS
- See Also:
- Constant Field Values
-
AUD
public static final String AUD
- See Also:
- Constant Field Values
-
MAX_AGE
public static final String MAX_AGE
- See Also:
- Constant Field Values
-
DISPLAY
public static final String DISPLAY
- See Also:
- Constant Field Values
-
AUTH_TIME
public static final String AUTH_TIME
- See Also:
- Constant Field Values
-
RESPONSE_MODE
public static final String RESPONSE_MODE
- See Also:
- Constant Field Values
-
ACR_VALUES
public static final String ACR_VALUES
- See Also:
- Constant Field Values
-
LOGIN_HINT
public static final String LOGIN_HINT
- See Also:
- Constant Field Values
-
ID_TOKEN_HINT
public static final String ID_TOKEN_HINT
- See Also:
- Constant Field Values
-
PROMPT
public static final String PROMPT
- See Also:
- Constant Field Values
-
CLAIMS
public static final String CLAIMS
- See Also:
- Constant Field Values
-
JWKS_URI
public static final String JWKS_URI
- See Also:
- Constant Field Values
-
X509
public static final String X509
- See Also:
- Constant Field Values
-
SHA1
public static final String SHA1
- See Also:
- Constant Field Values
-
SHA256
public static final String SHA256
- See Also:
- Constant Field Values
-
NUMBER_OF_PARTS_IN_JWS
public static final int NUMBER_OF_PARTS_IN_JWS
- See Also:
- Constant Field Values
-
NUMBER_OF_PARTS_IN_JWE
public static final int NUMBER_OF_PARTS_IN_JWE
- See Also:
- Constant Field Values
-
RS
public static final String RS
- See Also:
- Constant Field Values
-
PS
public static final String PS
- See Also:
- Constant Field Values
-
JWT_PART_DELIMITER
public static final String JWT_PART_DELIMITER
- See Also:
- Constant Field Values
-
FULL_STOP_DELIMITER
public static final String FULL_STOP_DELIMITER
- See Also:
- Constant Field Values
-
DASH_DELIMITER
public static final String DASH_DELIMITER
- See Also:
- Constant Field Values
-
KEYSTORE_FILE_EXTENSION
@Deprecated public static final String KEYSTORE_FILE_EXTENSION
Deprecated.
-
REQUEST_OBJECT_SIGNING_ALG
public static final String REQUEST_OBJECT_SIGNING_ALG
- See Also:
- Constant Field Values
-
-