public enum IPAUserAttributes extends Enum<IPAUserAttributes>
Enum Constant and Description |
---|
department |
givenname |
ipaUniqueId |
krbPrincipalname |
mail |
memberof |
sn |
title |
Modifier and Type | Method and Description |
---|---|
static IPAUserAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPAUserAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPAUserAttributes ipaUniqueId
public static final IPAUserAttributes krbPrincipalname
public static final IPAUserAttributes givenname
public static final IPAUserAttributes department
public static final IPAUserAttributes title
public static final IPAUserAttributes mail
public static final IPAUserAttributes memberof
public static final IPAUserAttributes sn
public static IPAUserAttributes[] values()
for (IPAUserAttributes c : IPAUserAttributes.values()) System.out.println(c);
public static IPAUserAttributes 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 © 2012. All Rights Reserved.