public enum ShibbolethHeader extends Enum<ShibbolethHeader>
| Modifier and Type | Method and Description |
|---|---|
static ShibbolethHeader |
findByValue(String value) |
String |
getValue() |
static ShibbolethHeader |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShibbolethHeader[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShibbolethHeader Name_Id
public static final ShibbolethHeader Shib_Authenticating_Authority
public static final ShibbolethHeader Shib_DisplayName
public static final ShibbolethHeader Shib_Email
public static final ShibbolethHeader Shib_HomeOrg
public static final ShibbolethHeader Shib_Uid
public static final ShibbolethHeader Shib_SurName
public static final ShibbolethHeader Shib_GivenName
public static final ShibbolethHeader Shib_CommonName
public static final ShibbolethHeader Shib_EduPersonAffiliation
public static final ShibbolethHeader Shib_EduPersonEntitlement
public static final ShibbolethHeader Shib_EduPersonPN
public static final ShibbolethHeader Shib_PreferredLanguage
public static final ShibbolethHeader Shib_SchacHomeOrganizationType
public static final ShibbolethHeader Shib_NlEduPersonHomeOrganization
public static final ShibbolethHeader Shib_NlEduPersonStudyBranch
public static final ShibbolethHeader Shib_NlStudielinkNummer
public static final ShibbolethHeader Shib_NlDigitalAuthorIdentifier
public static final ShibbolethHeader Shib_NlEduPersonOrgUnit
public static final ShibbolethHeader Shib_UserStatus
public static final ShibbolethHeader Shib_Accountstatus
public static final ShibbolethHeader Shib_VoName
public static final ShibbolethHeader Shib_MemberOf
public static ShibbolethHeader[] values()
for (ShibbolethHeader c : ShibbolethHeader.values()) System.out.println(c);
public static ShibbolethHeader 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 static ShibbolethHeader findByValue(String value)
Copyright © 2012–2016 Pivotal Software, Inc.. All rights reserved.