|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.ldap.LDAPConstants
public final class LDAPConstants
Final class containing some constants used during LDAP operations.
Field Summary | |
---|---|
static int |
ADD_ATTRIBUTE
Add the attribute values. |
static int |
OBJECT_SCOPE
Search the object itself. |
static int |
ONELEVEL_SCOPE
Search one level from the named context. |
static int |
REMOVE_ATTRIBUTE
Remove existing attribute values. |
static int |
REPLACE_ATTRIBUTE
Replace existing attribute values. |
static int |
SUBTREE_SCOPE
Search the entire subtree rooted at the named object. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OBJECT_SCOPE
public static final int ONELEVEL_SCOPE
public static final int SUBTREE_SCOPE
public static final int ADD_ATTRIBUTE
public static final int REPLACE_ATTRIBUTE
public static final int REMOVE_ATTRIBUTE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |