public enum ExternalGroupMappingMode extends Enum<ExternalGroupMappingMode>
SamlConfiguration| Enum Constant and Description |
|---|
AS_SCOPES
The as scopes type
|
EXPLICITLY_MAPPED
The explicitly mapped type
|
| Modifier and Type | Method and Description |
|---|---|
static ExternalGroupMappingMode |
from(String s) |
static ExternalGroupMappingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExternalGroupMappingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalGroupMappingMode EXPLICITLY_MAPPED
public static final ExternalGroupMappingMode AS_SCOPES
public static ExternalGroupMappingMode[] values()
for (ExternalGroupMappingMode c : ExternalGroupMappingMode.values()) System.out.println(c);
public static ExternalGroupMappingMode 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 static ExternalGroupMappingMode from(String s)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.