Modifier and Type | Method and Description |
---|---|
Control |
LdapMessageDecorator.getControls(int i) |
Control |
LdapMessageDecorator.getCurrentControl() |
Modifier and Type | Method and Description |
---|---|
List<Control> |
LdapMessageDecorator.getControls() |
Modifier and Type | Method and Description |
---|---|
void |
LdapMessageDecorator.addControl(Control control) |
Modifier and Type | Method and Description |
---|---|
static void |
ParserUtils.addControls(org.dom4j.Element element,
List<Control> controls)
Adds Controls to the given Element.
|
Modifier and Type | Method and Description |
---|---|
Control |
LdapMessageCodec.getCodecControl(String oid) |
Control |
LdapMessageCodec.getControls(int i)
Get the Control Object at a specific index
|
Control |
LdapMessageCodec.getCurrentControl()
Get the current Control Object
|
Modifier and Type | Method and Description |
---|---|
List<Control> |
LdapMessageCodec.getControls()
Get the Control Objects
|
Modifier and Type | Method and Description |
---|---|
void |
LdapMessageCodec.addControl(Control control)
Add a control to the Controls array
|
Modifier and Type | Method and Description |
---|---|
void |
LdapMessageCodec.addControls(List<Control> controls)
Set or add a list of controls to the Controls array.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractControl
A Asn1Object to store a Control.
|
class |
CascadeControl |
class |
ControlImpl
A genericcodec Control.
|
class |
ManageDsaITControl
Control which allows for the management of referrals and other DSA specific
entities without processing them: meaning the referrals are treated as
regular entries using this control.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
CascadeControlDecoder.decode(byte[] controlBytes,
Control control) |
Asn1Object |
ControlDecoder.decode(byte[] controlBytes,
Control control)
Decodes raw ASN.1 encoded bytes into an Asn1Object for the control.
|
Asn1Object |
ManageDsaITControlDecoder.decode(byte[] controlBytes,
Control control) |
Modifier and Type | Class and Description |
---|---|
class |
SyncDoneValueControl
A syncDoneValue object as described in rfc4533.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncDoneValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncDoneValueControl
|
Modifier and Type | Class and Description |
---|---|
class |
SyncInfoValueControl
A syncInfoValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncInfoValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncInfoValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncRequestValueControl
A syncRequestValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncRequestValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncRequestValue control
|
Modifier and Type | Class and Description |
---|---|
class |
SyncStateValueControl
A syncStateValue object, as defined in RFC 4533
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SyncStateValueControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the syncStateValue control
|
Modifier and Type | Class and Description |
---|---|
class |
EntryChangeControl
A response control that may be returned by Persistent Search entry responses.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
EntryChangeControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the entry change control
|
Modifier and Type | Class and Description |
---|---|
class |
PagedResultsControl
A request/response control used to implement a simple paging of search
results.
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PagedResultsControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the paged search control
|
Modifier and Type | Class and Description |
---|---|
class |
PersistentSearchControl
A persistence search object
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
PersistentSearchControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the persistence search control
|
Modifier and Type | Class and Description |
---|---|
class |
SubentriesControl
A searchRequest control : Subentries
|
Modifier and Type | Method and Description |
---|---|
Asn1Object |
SubentriesControlDecoder.decode(byte[] controlBytes,
Control control)
Decode the sub entry control
|
Modifier and Type | Method and Description |
---|---|
static Control |
JndiUtils.fromJndiControl(Control jndiControl) |
static Control[] |
JndiUtils.fromJndiControls(Control... jndiControls) |
Modifier and Type | Method and Description |
---|---|
static Control |
JndiUtils.toJndiControl(Control control) |
static Control[] |
JndiUtils.toJndiControls(Control... controls) |
Modifier and Type | Class and Description |
---|---|
class |
LdifControl
The LdifControl class stores a control defined for an entry found in a ldif
file.
|
Modifier and Type | Method and Description |
---|---|
Control |
LdifEntry.getControl() |
Modifier and Type | Method and Description |
---|---|
void |
LdifEntry.setControl(Control control)
Add a control to the entry
|
Modifier and Type | Method and Description |
---|---|
Set<Control> |
SearchParams.getControls() |
Modifier and Type | Method and Description |
---|---|
void |
SearchParams.addControl(Control control) |
Modifier and Type | Method and Description |
---|---|
void |
SearchParams.setControls(Set<Control> controls) |
Modifier and Type | Method and Description |
---|---|
Map<String,Control> |
InternalAbstractMessage.getControls()
Gets the controls associated with this message mapped by OID.
|
Map<String,Control> |
InternalMessage.getControls()
Gets the controls associated with this message mapped by OID.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalAbstractMessage.add(Control control)
Adds a control to this Message.
|
void |
InternalMessage.add(Control control)
Adds a control to this Message.
|
void |
InternalAbstractMessage.addAll(Control[] controls) |
void |
InternalMessage.addAll(Control[] controls)
Adds an array of controls to this Message.
|
void |
InternalAbstractMessage.remove(Control control)
Deletes a control removing it from this Message.
|
void |
InternalMessage.remove(Control control)
Deletes a control removing it from this Message.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.