public enum AuthenticationMethodScope extends java.lang.Enum<AuthenticationMethodScope>
AccountConfig
object:
PROJECT_NAME: TenantName and Domain must be provided.
DOMAIN_NAME: Domain must be provided.
Note: Currently only project/tenant name and domain name are supported. Scoping to the project/tenant ID or domain ID is not implemented.| Enum Constant and Description |
|---|
DEFAULT |
DOMAIN_NAME |
PROJECT_NAME |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethodScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethodScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationMethodScope DEFAULT
public static final AuthenticationMethodScope PROJECT_NAME
public static final AuthenticationMethodScope DOMAIN_NAME
public static AuthenticationMethodScope[] values()
for (AuthenticationMethodScope c : AuthenticationMethodScope.values()) System.out.println(c);
public static AuthenticationMethodScope valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2012-2020 42 BV. All Rights Reserved.