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 |
ModifyRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
ModifyDNRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
DeleteRequest.accept(ChangeRecordVisitor<R,P> v,
P p) |
<R,P> R |
AddRequest.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 2010-2017 ForgeRock AS.