Uses of Class
netscape.ldap.LDAPExtendedOperation

Packages that use LDAPExtendedOperation
netscape.ldap   
 

Uses of LDAPExtendedOperation in netscape.ldap
 

Methods in netscape.ldap that return LDAPExtendedOperation
 LDAPExtendedOperation LDAPv3.extendedOperation(LDAPExtendedOperation op)
          Performs an extended operation on the directory.
 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 where cons is LDAPConstraints instead of LDAPSearchConstraints
 

Methods in netscape.ldap with parameters of type LDAPExtendedOperation
 LDAPExtendedOperation LDAPv3.extendedOperation(LDAPExtendedOperation op)
          Performs an extended operation on the directory.
 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 where cons is LDAPConstraints instead of LDAPSearchConstraints