nl.surfnet.coin.api.service
Enum PersonARPEnforcer.Attribute
java.lang.Object
java.lang.Enum<PersonARPEnforcer.Attribute>
nl.surfnet.coin.api.service.PersonARPEnforcer.Attribute
- All Implemented Interfaces:
- Serializable, Comparable<PersonARPEnforcer.Attribute>
- Enclosing class:
- PersonARPEnforcer
public static enum PersonARPEnforcer.Attribute
- extends Enum<PersonARPEnforcer.Attribute>
UID
public static final PersonARPEnforcer.Attribute UID
CN
public static final PersonARPEnforcer.Attribute CN
SN
public static final PersonARPEnforcer.Attribute SN
DISPLAY_NAME
public static final PersonARPEnforcer.Attribute DISPLAY_NAME
GIVEN_NAME
public static final PersonARPEnforcer.Attribute GIVEN_NAME
EDU_NICK
public static final PersonARPEnforcer.Attribute EDU_NICK
EDU_PRINCIPAL
public static final PersonARPEnforcer.Attribute EDU_PRINCIPAL
EDU_ORGUNITDN
public static final PersonARPEnforcer.Attribute EDU_ORGUNITDN
NL_ORGUNITDN
public static final PersonARPEnforcer.Attribute NL_ORGUNITDN
SCHAC_HOMEORG
public static final PersonARPEnforcer.Attribute SCHAC_HOMEORG
EMAIL
public static final PersonARPEnforcer.Attribute EMAIL
COLLABPERSONID
public static final PersonARPEnforcer.Attribute COLLABPERSONID
COLLABPERSONISGUEST
public static final PersonARPEnforcer.Attribute COLLABPERSONISGUEST
name
public String name
values
public static PersonARPEnforcer.Attribute[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PersonARPEnforcer.Attribute c : PersonARPEnforcer.Attribute.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PersonARPEnforcer.Attribute valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.