|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LdapDataConnector.SEARCH_SCOPE>
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector.SEARCH_SCOPE
public static enum LdapDataConnector.SEARCH_SCOPE
Search scope values.
Enum Constant Summary | |
---|---|
OBJECT
Object level search scope. |
|
ONELEVEL
One level search scope. |
|
SUBTREE
Subtree search scope. |
Method Summary | |
---|---|
static LdapDataConnector.SEARCH_SCOPE |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LdapDataConnector.SEARCH_SCOPE[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LdapDataConnector.SEARCH_SCOPE OBJECT
public static final LdapDataConnector.SEARCH_SCOPE ONELEVEL
public static final LdapDataConnector.SEARCH_SCOPE SUBTREE
Method Detail |
---|
public static final LdapDataConnector.SEARCH_SCOPE[] values()
for(LdapDataConnector.SEARCH_SCOPE c : LdapDataConnector.SEARCH_SCOPE.values()) System.out.println(c);
public static LdapDataConnector.SEARCH_SCOPE 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |