public enum ShibbolethRequestHeaders extends Enum<ShibbolethRequestHeaders>
| Enum Constant and Description |
|---|
DISPLAY_NAME |
EMAIL |
IDP_ID |
UID |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName() |
static ShibbolethRequestHeaders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShibbolethRequestHeaders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShibbolethRequestHeaders UID
public static final ShibbolethRequestHeaders DISPLAY_NAME
public static final ShibbolethRequestHeaders EMAIL
public static final ShibbolethRequestHeaders IDP_ID
public static ShibbolethRequestHeaders[] values()
for (ShibbolethRequestHeaders c : ShibbolethRequestHeaders.values()) System.out.println(c);
public static ShibbolethRequestHeaders 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 getHeaderName()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.