public enum ApplicationCredentialsScheme extends Enum<ApplicationCredentialsScheme>
Enum Constant and Description |
---|
ADMIN_SETS_CREDENTIALS |
EDIT_PASSWORD_ONLY |
EDIT_USERNAME_AND_PASSWORD |
EXTERNAL_PASSWORD_SYNC |
SHARED_USERNAME_AND_PASSWORD |
Modifier and Type | Method and Description |
---|---|
static ApplicationCredentialsScheme |
fromValue(String value) |
String |
getValue() |
String |
toString() |
String |
toUrlQueryString(String prefix)
Convert the instance into URL query string.
|
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 ADMIN_SETS_CREDENTIALS
public static final ApplicationCredentialsScheme EDIT_PASSWORD_ONLY
public static final ApplicationCredentialsScheme EDIT_USERNAME_AND_PASSWORD
public static final ApplicationCredentialsScheme EXTERNAL_PASSWORD_SYNC
public static final ApplicationCredentialsScheme SHARED_USERNAME_AND_PASSWORD
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 getValue()
public String toString()
toString
in class Enum<ApplicationCredentialsScheme>
public static ApplicationCredentialsScheme fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.