public static enum ILoginService.LoginProtocol extends Enum<ILoginService.LoginProtocol>
| Enum Constant and Description |
|---|
PROTOCOL_LDAP |
PROTOCOL_LOCAL |
PROTOCOL_VOMS |
| Modifier and Type | Method and Description |
|---|---|
static ILoginService.LoginProtocol |
valueOf(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(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 © 2019. All rights reserved.