Package org.wso2.carbon.identity.oauth2
Class OAuth2Constants.RoleBasedScope
- java.lang.Object
-
- org.wso2.carbon.identity.oauth2.OAuth2Constants.RoleBasedScope
-
- Enclosing class:
- OAuth2Constants
public static class OAuth2Constants.RoleBasedScope extends Object
Constants for global role based scope issuer.
-
-
Field Summary
Fields Modifier and Type Field Description static String
APIM_ANALYTICS_SCOPE_PREFIX
static String
APIM_SCOPE_PREFIX
static String
APIM_SERVICE_CATALOG_PREFIX
static String
ATTRIBUTE_VALUE_SEPARATOR
static String
ATTRIBUTE_VALUE_SEPERATER
static String
CHECK_ROLES_FROM_SAML_ASSERTION
static String
GROUPS
static String
OAUTH_ASSERTION
static String
OAUTH2_DEFAULT_SCOPE
static String
RETRIEVE_ROLES_FROM_USERSTORE_FOR_SCOPE_VALIDATION
static String
ROLE_ATTRIBUTE_NAME
static String
ROLE_CLAIM
static String
ROLE_CLAIM_ATTRIBUTE
static String
SAML2_ASSERTION
static String
SAML2_SSO_AUTHENTICATOR_NAME
-
Constructor Summary
Constructors Constructor Description RoleBasedScope()
-
-
-
Field Detail
-
GROUPS
public static final String GROUPS
- See Also:
- Constant Field Values
-
OAUTH2_DEFAULT_SCOPE
public static final String OAUTH2_DEFAULT_SCOPE
- See Also:
- Constant Field Values
-
CHECK_ROLES_FROM_SAML_ASSERTION
public static final String CHECK_ROLES_FROM_SAML_ASSERTION
- See Also:
- Constant Field Values
-
RETRIEVE_ROLES_FROM_USERSTORE_FOR_SCOPE_VALIDATION
public static final String RETRIEVE_ROLES_FROM_USERSTORE_FOR_SCOPE_VALIDATION
- See Also:
- Constant Field Values
-
SAML2_ASSERTION
public static final String SAML2_ASSERTION
- See Also:
- Constant Field Values
-
ROLE_CLAIM
public static final String ROLE_CLAIM
- See Also:
- Constant Field Values
-
OAUTH_ASSERTION
public static final String OAUTH_ASSERTION
- See Also:
- Constant Field Values
-
ROLE_ATTRIBUTE_NAME
public static final String ROLE_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
SAML2_SSO_AUTHENTICATOR_NAME
public static final String SAML2_SSO_AUTHENTICATOR_NAME
- See Also:
- Constant Field Values
-
ROLE_CLAIM_ATTRIBUTE
public static final String ROLE_CLAIM_ATTRIBUTE
- See Also:
- Constant Field Values
-
ATTRIBUTE_VALUE_SEPERATER
public static final String ATTRIBUTE_VALUE_SEPERATER
- See Also:
- Constant Field Values
-
ATTRIBUTE_VALUE_SEPARATOR
public static final String ATTRIBUTE_VALUE_SEPARATOR
- See Also:
- Constant Field Values
-
APIM_SCOPE_PREFIX
public static final String APIM_SCOPE_PREFIX
- See Also:
- Constant Field Values
-
APIM_ANALYTICS_SCOPE_PREFIX
public static final String APIM_ANALYTICS_SCOPE_PREFIX
- See Also:
- Constant Field Values
-
APIM_SERVICE_CATALOG_PREFIX
public static final String APIM_SERVICE_CATALOG_PREFIX
- See Also:
- Constant Field Values
-
-