public static enum SecurityService.Type extends Enum<SecurityService.Type>
Enum Constant and Description |
---|
ACTIVE_DIRECTORY |
KERBEROS |
LDAP |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static SecurityService.Type |
value(String v) |
static SecurityService.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityService.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityService.Type LDAP
public static final SecurityService.Type KERBEROS
public static final SecurityService.Type ACTIVE_DIRECTORY
public static SecurityService.Type[] values()
for (SecurityService.Type c : SecurityService.Type.values()) System.out.println(c);
public static SecurityService.Type 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 static SecurityService.Type value(String v)
public String value()
Copyright © 2017. All rights reserved.