Class AuthRESTAPIConstants
- java.lang.Object
-
- org.wso2.carbon.analytics.auth.rest.api.util.AuthRESTAPIConstants
-
public class AuthRESTAPIConstants extends Object
Auth rest API constants.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_EXPIRES_COOKIEstatic StringDOMAIN_HEADERstatic StringEXPIRES_COOKIEstatic StringHTTP_ONLY_COOKIEstatic StringID_TOKEN_HEADERstatic StringLOGIN_CONTEXTstatic StringLOGOUT_CONTEXTstatic StringLOGOUT_SSO_CONTEXTstatic intREFRESH_TOKEN_VALIDITY_PERIODstatic StringSECURE_COOKIEstatic StringWSO2_SP_ID_TOKENstatic StringWSO2_SP_REFRESH_TOKENstatic StringWSO2_SP_TOKENstatic StringWSO2_SP_USER_DTO
-
-
-
Field Detail
-
WSO2_SP_TOKEN
public static final String WSO2_SP_TOKEN
- See Also:
- Constant Field Values
-
WSO2_SP_REFRESH_TOKEN
public static final String WSO2_SP_REFRESH_TOKEN
- See Also:
- Constant Field Values
-
WSO2_SP_ID_TOKEN
public static final String WSO2_SP_ID_TOKEN
- See Also:
- Constant Field Values
-
WSO2_SP_USER_DTO
public static final String WSO2_SP_USER_DTO
- See Also:
- Constant Field Values
-
ID_TOKEN_HEADER
public static final String ID_TOKEN_HEADER
- See Also:
- Constant Field Values
-
DOMAIN_HEADER
public static final String DOMAIN_HEADER
- See Also:
- Constant Field Values
-
HTTP_ONLY_COOKIE
public static final String HTTP_ONLY_COOKIE
- See Also:
- Constant Field Values
-
SECURE_COOKIE
public static final String SECURE_COOKIE
- See Also:
- Constant Field Values
-
EXPIRES_COOKIE
public static final String EXPIRES_COOKIE
- See Also:
- Constant Field Values
-
DEFAULT_EXPIRES_COOKIE
public static final String DEFAULT_EXPIRES_COOKIE
- See Also:
- Constant Field Values
-
LOGIN_CONTEXT
public static final String LOGIN_CONTEXT
- See Also:
- Constant Field Values
-
LOGOUT_CONTEXT
public static final String LOGOUT_CONTEXT
- See Also:
- Constant Field Values
-
LOGOUT_SSO_CONTEXT
public static final String LOGOUT_SSO_CONTEXT
- See Also:
- Constant Field Values
-
REFRESH_TOKEN_VALIDITY_PERIOD
public static final int REFRESH_TOKEN_VALIDITY_PERIOD
- See Also:
- Constant Field Values
-
-