Uses of Class
netscape.ldap.LDAPExtendedOperation
-
Packages that use LDAPExtendedOperation Package Description netscape.ldap -
-
Uses of LDAPExtendedOperation in netscape.ldap
Methods in netscape.ldap that return LDAPExtendedOperation Modifier and Type Method Description LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op)
Performs an extended operation on the directory.LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op, LDAPConstraints cons)
Performs an extended operation on the directory.LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons)
Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPExtendedOperation
LDAPv3. extendedOperation(LDAPExtendedOperation op)
Performs an extended operation on the directory.Methods in netscape.ldap with parameters of type LDAPExtendedOperation Modifier and Type Method Description LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op)
Performs an extended operation on the directory.LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op, LDAPConstraints cons)
Performs an extended operation on the directory.LDAPExtendedOperation
LDAPConnection. extendedOperation(LDAPExtendedOperation op, LDAPSearchConstraints cons)
Deprecated.Please use the method signature wherecons
isLDAPConstraints
instead ofLDAPSearchConstraints
LDAPExtendedOperation
LDAPv3. extendedOperation(LDAPExtendedOperation op)
Performs an extended operation on the directory.
-