Class AuthAdapterConstant
- java.lang.Object
-
- io.mosip.kernel.auth.defaultadapter.constant.AuthAdapterConstant
-
public class AuthAdapterConstant extends Object
- Author:
- Ramadurai Saravana Pandian
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AuthAdapterConstant()
-
-
-
Field Detail
-
AUTH_ADMIN_COOKIE_PREFIX
public static final String AUTH_ADMIN_COOKIE_PREFIX
- See Also:
- Constant Field Values
-
AUTH_REQUEST_COOOKIE_HEADER
public static final String AUTH_REQUEST_COOOKIE_HEADER
- See Also:
- Constant Field Values
-
AUTH_HEADER_COOKIE
public static final String AUTH_HEADER_COOKIE
- See Also:
- Constant Field Values
-
AUTH_HEADER_SET_COOKIE
public static final String AUTH_HEADER_SET_COOKIE
- See Also:
- Constant Field Values
-
LOGGER_TARGET
public static final String LOGGER_TARGET
- See Also:
- Constant Field Values
-
UNAUTHORIZED
public static final int UNAUTHORIZED
- See Also:
- Constant Field Values
-
NOTAUTHENTICATED
public static final int NOTAUTHENTICATED
- See Also:
- Constant Field Values
-
INTERNEL_SERVER_ERROR
public static final int INTERNEL_SERVER_ERROR
- See Also:
- Constant Field Values
-
HTTP_METHOD_NOT_NULL
public static final String HTTP_METHOD_NOT_NULL
- See Also:
- Constant Field Values
-
ROLES_NOT_EMPTY_NULL
public static final String ROLES_NOT_EMPTY_NULL
- See Also:
- Constant Field Values
-
APPTYPE_UIN
public static final String APPTYPE_UIN
- See Also:
- Constant Field Values
-
APPTYPE_USERID
public static final String APPTYPE_USERID
- See Also:
- Constant Field Values
-
APPTYPE_USER
public static final String APPTYPE_USER
- See Also:
- Constant Field Values
-
USERPWD_SUCCESS_MESSAGE
public static final String USERPWD_SUCCESS_MESSAGE
- See Also:
- Constant Field Values
-
CLIENT_SECRET_SUCCESS_MESSAGE
public static final String CLIENT_SECRET_SUCCESS_MESSAGE
- See Also:
- Constant Field Values
-
TOKEN_SUCCESS_MESSAGE
public static final String TOKEN_SUCCESS_MESSAGE
- See Also:
- Constant Field Values
-
AUTH_HEADER
public static final String AUTH_HEADER
- See Also:
- Constant Field Values
-
EMAIL
public static final String EMAIL
- See Also:
- Constant Field Values
-
MOBILE
public static final String MOBILE
- See Also:
- Constant Field Values
-
ROLES
public static final String ROLES
- See Also:
- Constant Field Values
-
ROUTING_CONTEXT_USER
public static final String ROUTING_CONTEXT_USER
- See Also:
- Constant Field Values
-
REALM_ACCESS
public static final String REALM_ACCESS
- See Also:
- Constant Field Values
-
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
-
AZP
public static final String AZP
- See Also:
- Constant Field Values
-
PREFERRED_USERNAME
public static final String PREFERRED_USERNAME
- See Also:
- Constant Field Values
-
ISSUER
public static final String ISSUER
- See Also:
- Constant Field Values
-
AUDIENCE
public static final String AUDIENCE
- See Also:
- Constant Field Values
-
BEARER_STR
public static final String BEARER_STR
- See Also:
- Constant Field Values
-
ERROR_DESC
public static final String ERROR_DESC
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
GRANT_TYPE
public static final String GRANT_TYPE
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_CREDENTIALS
public static final String CLIENT_CREDENTIALS
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
-