|
||||||||||
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 | |
---|---|
java.lang.String |
getGrouperEngine()
get the string for the db col. |
static GrouperEngineBuiltin |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GrouperEngineBuiltin |
valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static GrouperEngineBuiltin |
valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull,
boolean exceptionIfNotFound)
do a case-insensitive matching |
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(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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getGrouperEngine()
GrouperEngineIdentifier
getGrouperEngine
in interface GrouperEngineIdentifier
GrouperEngineIdentifier.getGrouperEngine()
public static GrouperEngineBuiltin valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
string
- exceptionOnNull
- will not allow null or blank entries
public static GrouperEngineBuiltin valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull, boolean exceptionIfNotFound)
string
- exceptionOnNull
- will not allow null or blank entriesexceptionIfNotFound
- if string isnt found should there be an exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |