Uses of Class
org.ldaptive.AbstractOperation
-
Packages that use AbstractOperation Package Description org.ldaptive org.ldaptive.extended -
-
Uses of AbstractOperation in org.ldaptive
Classes in org.ldaptive with type parameters of type AbstractOperation Modifier and Type Class Description protected static class
AbstractOperation.AbstractBuilder<B,T extends AbstractOperation>
Base class for operation builders.Subclasses of AbstractOperation in org.ldaptive Modifier and Type Class Description class
AddOperation
Executes an ldap add operation.class
BindOperation
Executes an ldap bind operation.class
CompareOperation
Executes an ldap compare operation.class
DeleteOperation
Executes an ldap delete operation.class
ModifyDnOperation
Executes an ldap modify DN operation.class
ModifyOperation
Executes an ldap modify operation.class
SearchOperation
Executes an ldap search operation.Fields in org.ldaptive declared as AbstractOperation Modifier and Type Field Description protected T
AbstractOperation.AbstractBuilder. object
Operation to build. -
Uses of AbstractOperation in org.ldaptive.extended
Subclasses of AbstractOperation in org.ldaptive.extended Modifier and Type Class Description class
ExtendedOperation
Executes an ldap extended operation.
-