public static enum PersonARPEnforcer.Attribute extends Enum<PersonARPEnforcer.Attribute>
| Enum Constant and Description |
|---|
CN |
COLLABPERSONID |
COLLABPERSONISGUEST |
DISPLAY_NAME |
EDU_NICK |
EDU_ORGUNITDN |
EDU_PRINCIPAL |
EMAIL |
GIVEN_NAME |
NL_ORGUNITDN |
SCHAC_HOMEORG |
SN |
UID |
| Modifier and Type | Method and Description |
|---|---|
static PersonARPEnforcer.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonARPEnforcer.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersonARPEnforcer.Attribute UID
public static final PersonARPEnforcer.Attribute CN
public static final PersonARPEnforcer.Attribute SN
public static final PersonARPEnforcer.Attribute DISPLAY_NAME
public static final PersonARPEnforcer.Attribute GIVEN_NAME
public static final PersonARPEnforcer.Attribute EDU_NICK
public static final PersonARPEnforcer.Attribute EDU_PRINCIPAL
public static final PersonARPEnforcer.Attribute EDU_ORGUNITDN
public static final PersonARPEnforcer.Attribute NL_ORGUNITDN
public static final PersonARPEnforcer.Attribute SCHAC_HOMEORG
public static final PersonARPEnforcer.Attribute EMAIL
public static final PersonARPEnforcer.Attribute COLLABPERSONID
public static final PersonARPEnforcer.Attribute COLLABPERSONISGUEST
public String name
public static PersonARPEnforcer.Attribute[] values()
for (PersonARPEnforcer.Attribute c : PersonARPEnforcer.Attribute.values()) System.out.println(c);
public static PersonARPEnforcer.Attribute 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 nullCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.