public enum ApplicationCredentialsScheme extends Enum<ApplicationCredentialsScheme>
Enum Constant and Description |
---|
ADMIN_SETS_CREDENTIALS |
EDIT_PASSWORD_ONLY |
EDIT_USERNAME_AND_PASSWORD |
EXTERNAL_PASSWORD_SYNC |
SDK_UNKNOWN |
SHARED_USERNAME_AND_PASSWORD |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ApplicationCredentialsScheme |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationCredentialsScheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationCredentialsScheme SHARED_USERNAME_AND_PASSWORD
public static final ApplicationCredentialsScheme EXTERNAL_PASSWORD_SYNC
public static final ApplicationCredentialsScheme EDIT_USERNAME_AND_PASSWORD
public static final ApplicationCredentialsScheme EDIT_PASSWORD_ONLY
public static final ApplicationCredentialsScheme ADMIN_SETS_CREDENTIALS
public static final ApplicationCredentialsScheme SDK_UNKNOWN
public static ApplicationCredentialsScheme[] values()
for (ApplicationCredentialsScheme c : ApplicationCredentialsScheme.values()) System.out.println(c);
public static ApplicationCredentialsScheme 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 nullpublic String toString()
toString
in class Enum<ApplicationCredentialsScheme>
Copyright © 2017–2022 Okta. All rights reserved.