public static enum DirContextSource.Auth extends Enum<DirContextSource.Auth>
Modifier and Type | Method and Description |
---|---|
static DirContextSource.Auth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirContextSource.Auth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirContextSource.Auth NONE
public static final DirContextSource.Auth GSSAPI
public static DirContextSource.Auth[] values()
for (DirContextSource.Auth c : DirContextSource.Auth.values()) System.out.println(c);
public static DirContextSource.Auth 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–2019 Michael Osipov. All rights reserved.