public enum AuthOktaScope extends Enum<AuthOktaScope> implements AuthScope
Modifier and Type | Method and Description |
---|---|
static AuthOktaScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthOktaScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthOktaScope OPENID
scope
含义,以description
为准public static final AuthOktaScope PROFILE
public static final AuthOktaScope EMAIL
public static final AuthOktaScope ADDRESS
public static final AuthOktaScope PHONE
public static final AuthOktaScope OFFLINE_ACCESS
public static final AuthOktaScope OKTA_USERS_MANAGE
public static final AuthOktaScope OKTA_USERS_READ
public static final AuthOktaScope OKTA_USERS_MANAGE_SELF
public static final AuthOktaScope OKTA_USERS_READ_SELF
public static final AuthOktaScope OKTA_APPS_MANAGE
public static final AuthOktaScope OKTA_APPS_READ
public static final AuthOktaScope OKTA_AUTHORIZATIONSERVERS_MANAGE
public static final AuthOktaScope OKTA_AUTHORIZATIONSERVERS_READ
public static final AuthOktaScope OKTA_CLIENTS_MANAGE
public static final AuthOktaScope OKTA_CLIENTS_READ
public static final AuthOktaScope OKTA_CLIENTS_REGISTER
public static final AuthOktaScope OKTA_EVENTHOOKS_MANAGE
public static final AuthOktaScope OKTA_EVENTHOOKS_READ
public static final AuthOktaScope OKTA_FACTORS_MANAGE
public static final AuthOktaScope OKTA_FACTORS_READ
public static final AuthOktaScope OKTA_GROUPS_MANAGE
public static final AuthOktaScope OKTA_GROUPS_READ
public static final AuthOktaScope OKTA_IDPS_MANAGE
public static final AuthOktaScope OKTA_IDPS_READ
public static final AuthOktaScope OKTA_INLINEHOOKS_MANAGE
public static final AuthOktaScope OKTA_INLINEHOOKS_READ
public static final AuthOktaScope OKTA_LINKEDOBJECTS_MANAGE
public static final AuthOktaScope OKTA_LINKEDOBJECTS_READ
public static final AuthOktaScope OKTA_LOGS_READ
public static final AuthOktaScope OKTA_ROLES_MANAGE
public static final AuthOktaScope OKTA_ROLES_READ
public static final AuthOktaScope OKTA_SCHEMAS_MANAGE
public static final AuthOktaScope OKTA_SCHEMAS_READ
public static final AuthOktaScope OKTA_SESSIONS_MANAGE
public static final AuthOktaScope OKTA_SESSIONS_READ
public static final AuthOktaScope OKTA_TEMPLATES_MANAGE
public static final AuthOktaScope OKTA_TEMPLATES_READ
public static final AuthOktaScope OKTA_TRUSTEDORIGINS_MANAGE
public static final AuthOktaScope OKTA_TRUSTEDORIGINS_READ
public static final AuthOktaScope OKTA_POLICIES_MANAGE
public static final AuthOktaScope OKTA_POLICIES_READ
public static AuthOktaScope[] values()
for (AuthOktaScope c : AuthOktaScope.values()) System.out.println(c);
public static AuthOktaScope valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021. All rights reserved.