Package | Description |
---|---|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestVisitor<R,P,E extends Exception>
Abstract class that implements the
RequestVisitor interface. |
Modifier and Type | Method and Description |
---|---|
<R,P,E extends Exception> |
UnknownRequest.accept(RequestVisitor<R,P,E> v,
P p) |
<R,P,E extends Exception> |
Request.accept(RequestVisitor<R,P,E> v,
P p)
Applies a
RequestVisitor to this Request . |
<R,P,E extends Exception> |
InvalidRequest.accept(RequestVisitor<R,P,E> v,
P p) |
<R,P,E extends Exception> |
AbstractExtendedRequest.accept(RequestVisitor<R,P,E> v,
P p) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeRecordVisitor<R,P,E extends Exception>
A visitor of
ChangeRecord s, in the style of the visitor design pattern. |
Modifier and Type | Class and Description |
---|---|
class |
TypedRequestHandler
Base class for implementing
RequestHandler s whose behavior depends on the type of Request . |
Copyright 2010-2022 ForgeRock AS.