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 classAbstractOperation.AbstractBuilder<B,T extends AbstractOperation>Base class for operation builders.Subclasses of AbstractOperation in org.ldaptive Modifier and Type Class Description classAddOperationExecutes an ldap add operation.classBindOperationExecutes an ldap bind operation.classCompareOperationExecutes an ldap compare operation.classDeleteOperationExecutes an ldap delete operation.classModifyDnOperationExecutes an ldap modify DN operation.classModifyOperationExecutes an ldap modify operation.classSearchOperationExecutes an ldap search operation.Fields in org.ldaptive declared as AbstractOperation Modifier and Type Field Description protected TAbstractOperation.AbstractBuilder. objectOperation to build.Methods in org.ldaptive with parameters of type AbstractOperation Modifier and Type Method Description protected static <Q extends Request,S extends Result>
voidAbstractOperation. copy(AbstractOperation<Q,S> from, AbstractOperation<Q,S> to, boolean deep)Copies properties from one operation to another.protected voidAbstractOperationFactory. initializeOperation(AbstractOperation<Q,S> op)Initializes the supplied operation with the properties configured on this factory. -
Uses of AbstractOperation in org.ldaptive.extended
Subclasses of AbstractOperation in org.ldaptive.extended Modifier and Type Class Description classExtendedOperationExecutes an ldap extended operation.
-