public enum EAutoLoginType extends Enum<EAutoLoginType>
| Modifier and Type | Method and Description |
|---|---|
static EAutoLoginType |
byName(String type) |
String |
getHelpID() |
static EAutoLoginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAutoLoginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAutoLoginType NTLM
public static final EAutoLoginType KERBEROS
public static EAutoLoginType[] values()
for (EAutoLoginType c : EAutoLoginType.values()) System.out.println(c);
public static EAutoLoginType 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 nullpublic String getHelpID()
public static EAutoLoginType byName(String type)
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.