Uses of Interface
org.opends.server.types.operation.PreParseOperation
-
Packages that use PreParseOperation Package Description org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.types.operation Contains a number of interfaces that are implemented by the various types of Directory Server operations. -
-
Uses of PreParseOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreParseOperation Modifier and Type Class Description class
AbandonOperation
This class defines an operation that may be used to abandon an operation that may already be in progress in the Directory Server.class
AddOperation
This class defines an operation that may be used to add a new entry to the Directory Server.class
BindOperation
This class defines an operation that may be used to authenticate a user to the Directory Server.class
CompareOperation
This class defines an operation that may be used to determine whether a specified entry in the Directory Server contains a given attribute-value pair.class
DeleteOperation
This class defines an operation that may be used to remove an entry from the Directory Server.class
ExtendedOperation
This class defines an extended operation, which can perform virtually any kind of task.class
ModifyDnOperation
This class defines an operation used to move an entry (alter the DN of an entry) in the Directory Server.class
ModifyOperation
This class defines an operation that may be used to modify an entry in the Directory Server.class
SearchOperation
This class defines an operation used to search for entries in the Directory Server.class
UnbindOperation
This class defines an operation that may be used to close the connection between the client and the Directory Server. -
Uses of PreParseOperation in org.opends.server.types
Classes in org.opends.server.types that implement PreParseOperation Modifier and Type Class Description class
Operation
This class defines a generic operation that may be processed by the Directory Server. -
Uses of PreParseOperation in org.opends.server.types.operation
Subinterfaces of PreParseOperation in org.opends.server.types.operation Modifier and Type Interface Description interface
PreParseAbandonOperation
This class defines a set of methods that are available for use by pre-parse plugins for abandon operations.interface
PreParseAddOperation
This class defines a set of methods that are available for use by pre-parse plugins for add operations.interface
PreParseBindOperation
This class defines a set of methods that are available for use by pre-parse plugins for bind operations.interface
PreParseCompareOperation
This class defines a set of methods that are available for use by pre-parse plugins for compare operations.interface
PreParseDeleteOperation
This class defines a set of methods that are available for use by pre-parse plugins for delete operations.interface
PreParseExtendedOperation
This class defines a set of methods that are available for use by pre-parse plugins for extended operations.interface
PreParseModifyDNOperation
This class defines a set of methods that are available for use by pre-parse plugins for modify DN operations.interface
PreParseModifyOperation
This class defines a set of methods that are available for use by pre-parse plugins for modify operations.interface
PreParseSearchOperation
This class defines a set of methods that are available for use by pre-parse plugins for search operations.interface
PreParseUnbindOperation
This class defines a set of methods that are available for use by pre-parse plugins for unbind operations.
-