public static enum ILoginService.LoginProtocol extends java.lang.Enum<ILoginService.LoginProtocol>
| Enum Constant and Description |
|---|
PROTOCOL_LDAP |
PROTOCOL_LOCAL |
PROTOCOL_VOMS |
| Modifier and Type | Method and Description |
|---|---|
static ILoginService.LoginProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILoginService.LoginProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILoginService.LoginProtocol PROTOCOL_LOCAL
public static final ILoginService.LoginProtocol PROTOCOL_VOMS
public static final ILoginService.LoginProtocol PROTOCOL_LDAP
public static ILoginService.LoginProtocol[] values()
for (ILoginService.LoginProtocol c : ILoginService.LoginProtocol.values()) System.out.println(c);
public static ILoginService.LoginProtocol valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2016. All Rights Reserved.