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