|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GrouperEngineBuiltin>
edu.internet2.middleware.grouper.audit.GrouperEngineBuiltin
public enum GrouperEngineBuiltin
built in grouper engines. Note, if we prefix builtins with "grouper" there will not be conflicts with custom engines
Enum Constant Summary | |
---|---|
GSH
gsh engine |
|
IMPORT
ldappc engine |
|
JUNIT
junit engine |
|
LDAPPC
ldappc engine |
|
LOADER
loader engine |
|
UI
default group ui engine |
|
USDU
usdu engine engine |
|
WS
web service engine |
Method Summary | |
---|---|
String |
getGrouperEngine()
get the string for the db col. |
static GrouperEngineBuiltin |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GrouperEngineBuiltin[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 GrouperEngineBuiltin GSH
public static final GrouperEngineBuiltin UI
public static final GrouperEngineBuiltin WS
public static final GrouperEngineBuiltin LOADER
public static final GrouperEngineBuiltin LDAPPC
public static final GrouperEngineBuiltin IMPORT
public static final GrouperEngineBuiltin USDU
public static final GrouperEngineBuiltin JUNIT
Method Detail |
---|
public static GrouperEngineBuiltin[] values()
for (GrouperEngineBuiltin c : GrouperEngineBuiltin.values()) System.out.println(c);
public static GrouperEngineBuiltin 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 nullpublic String getGrouperEngine()
GrouperEngineIdentifier
getGrouperEngine
in interface GrouperEngineIdentifier
GrouperEngineIdentifier.getGrouperEngine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |