public class IAMConstants
extends Object
Constants related to KEYCLOAK
- Author:
- Urvil Joshi
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
REDIRECT_URI
public static final String REDIRECT_URI
- See Also:
-
-
CODE
public static final String CODE
- See Also:
-
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
-
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
-
-
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
-
-
STATE
public static final String STATE
- See Also:
-
-
RESPONSE_TYPE
public static final String RESPONSE_TYPE
- See Also:
-
-
SCOPE
public static final String SCOPE
- See Also:
-
-
REALM_ID
public static final String REALM_ID
- See Also:
-
-
ID_TOKEN_HINT
public static final String ID_TOKEN_HINT
- See Also:
-