|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UserConfigLoaderFactory.RESOLVER_TYPE>
org.apache.lens.server.user.UserConfigLoaderFactory.RESOLVER_TYPE
public static enum UserConfigLoaderFactory.RESOLVER_TYPE
The Enum RESOLVER_TYPE.
| Enum Constant Summary | |
|---|---|
CUSTOM
The custom. |
|
DATABASE
The database. |
|
FIXED
The fixed. |
|
LDAP_BACKED_DATABASE
The ldap backed database. |
|
PROPERTYBASED
The propertybased. |
|
| Method Summary | |
|---|---|
static UserConfigLoaderFactory.RESOLVER_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UserConfigLoaderFactory.RESOLVER_TYPE[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UserConfigLoaderFactory.RESOLVER_TYPE FIXED
public static final UserConfigLoaderFactory.RESOLVER_TYPE PROPERTYBASED
public static final UserConfigLoaderFactory.RESOLVER_TYPE DATABASE
public static final UserConfigLoaderFactory.RESOLVER_TYPE LDAP_BACKED_DATABASE
public static final UserConfigLoaderFactory.RESOLVER_TYPE CUSTOM
| Method Detail |
|---|
public static UserConfigLoaderFactory.RESOLVER_TYPE[] values()
for (UserConfigLoaderFactory.RESOLVER_TYPE c : UserConfigLoaderFactory.RESOLVER_TYPE.values()) System.out.println(c);
public static UserConfigLoaderFactory.RESOLVER_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 name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||