nl.surfnet.coin.api.service
Enum PersonARPEnforcer.Attribute

java.lang.Object
  extended by java.lang.Enum<PersonARPEnforcer.Attribute>
      extended by 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>


Enum Constant Summary
CN
           
COLLABPERSONID
           
COLLABPERSONISGUEST
           
DISPLAY_NAME
           
EDU_NICK
           
EDU_ORGUNITDN
           
EDU_PRINCIPAL
           
EMAIL
           
GIVEN_NAME
           
NL_ORGUNITDN
           
SCHAC_HOMEORG
           
SN
           
UID
           
 
Field Summary
 String name
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

name

public String name
Method Detail

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.