| Package | Description |
|---|---|
| org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
| org.forgerock.opendj.ldif |
Classes and interfaces for reading and writing LDIF.
|
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
AddRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
DeleteRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
ModifyDNRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
ModifyRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
ChangeRecord.accept(ChangeRecordVisitor<R,P> v,
P p)
Applies a
ChangeRecordVisitor to this ChangeRecord. |
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.