Class AppPortalConstants
- java.lang.Object
-
- org.wso2.identity.apps.common.util.AppPortalConstants
-
public class AppPortalConstants extends Object
This class holds the constants related to app portal.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppPortalConstants.AppPortalData required for the initialisation of app portals.
-
Field Summary
Fields Modifier and Type Field Description static StringCONSOLE_APPstatic StringCONSOLE_PORTAL_PATHstatic StringDISPLAY_NAME_CLAIM_URIstatic StringEMAIL_CLAIM_URIstatic StringGRANT_TYPE_ACCOUNT_SWITCHstatic StringGRANT_TYPE_ORGANIZATION_SWITCHstatic StringGRANT_TYPE_TOKEN_EXCHANGEstatic StringIMPERSONATE_ORG_SCOPE_NAMEstatic StringIMPERSONATE_ROLE_NAMEstatic StringIMPERSONATE_SCOPE_NAMEstatic StringIMPERSONATION_API_RESOURCEstatic StringIMPERSONATION_ORG_API_RESOURCEstatic StringINBOUND_AUTH2_TYPEstatic StringINBOUND_CONFIG_TYPEstatic StringMYACCOUNT_APPstatic StringMYACCOUNT_PORTAL_PATHstatic StringPROFILE_CLAIM_URIstatic StringSYSTEM_PROP_SKIP_SERVER_INITIALIZATIONstatic StringTOKEN_BINDING_TYPE_COOKIEstatic StringUSERNAME_CLAIM_URI
-
-
-
Field Detail
-
INBOUND_AUTH2_TYPE
public static final String INBOUND_AUTH2_TYPE
- See Also:
- Constant Field Values
-
INBOUND_CONFIG_TYPE
public static final String INBOUND_CONFIG_TYPE
- See Also:
- Constant Field Values
-
EMAIL_CLAIM_URI
public static final String EMAIL_CLAIM_URI
- See Also:
- Constant Field Values
-
DISPLAY_NAME_CLAIM_URI
public static final String DISPLAY_NAME_CLAIM_URI
- See Also:
- Constant Field Values
-
USERNAME_CLAIM_URI
public static final String USERNAME_CLAIM_URI
- See Also:
- Constant Field Values
-
PROFILE_CLAIM_URI
public static final String PROFILE_CLAIM_URI
- See Also:
- Constant Field Values
-
TOKEN_BINDING_TYPE_COOKIE
public static final String TOKEN_BINDING_TYPE_COOKIE
- See Also:
- Constant Field Values
-
GRANT_TYPE_ACCOUNT_SWITCH
public static final String GRANT_TYPE_ACCOUNT_SWITCH
- See Also:
- Constant Field Values
-
GRANT_TYPE_ORGANIZATION_SWITCH
public static final String GRANT_TYPE_ORGANIZATION_SWITCH
- See Also:
- Constant Field Values
-
GRANT_TYPE_TOKEN_EXCHANGE
public static final String GRANT_TYPE_TOKEN_EXCHANGE
- See Also:
- Constant Field Values
-
SYSTEM_PROP_SKIP_SERVER_INITIALIZATION
public static final String SYSTEM_PROP_SKIP_SERVER_INITIALIZATION
- See Also:
- Constant Field Values
-
CONSOLE_APP
public static final String CONSOLE_APP
- See Also:
- Constant Field Values
-
MYACCOUNT_APP
public static final String MYACCOUNT_APP
- See Also:
- Constant Field Values
-
CONSOLE_PORTAL_PATH
public static final String CONSOLE_PORTAL_PATH
- See Also:
- Constant Field Values
-
MYACCOUNT_PORTAL_PATH
public static final String MYACCOUNT_PORTAL_PATH
- See Also:
- Constant Field Values
-
IMPERSONATE_SCOPE_NAME
public static final String IMPERSONATE_SCOPE_NAME
- See Also:
- Constant Field Values
-
IMPERSONATE_ORG_SCOPE_NAME
public static final String IMPERSONATE_ORG_SCOPE_NAME
- See Also:
- Constant Field Values
-
IMPERSONATE_ROLE_NAME
public static final String IMPERSONATE_ROLE_NAME
- See Also:
- Constant Field Values
-
IMPERSONATION_API_RESOURCE
public static final String IMPERSONATION_API_RESOURCE
- See Also:
- Constant Field Values
-
IMPERSONATION_ORG_API_RESOURCE
public static final String IMPERSONATION_ORG_API_RESOURCE
- See Also:
- Constant Field Values
-
-