Package | Description |
---|---|
org.ldaptive.provider | |
org.ldaptive.provider.apache | |
org.ldaptive.provider.jndi |
Modifier and Type | Field and Description |
---|---|
private ControlProcessor<C> |
ProviderConfig.controlProcessor
Control processor.
|
Modifier and Type | Method and Description |
---|---|
ControlProcessor<C> |
ProviderConfig.getControlProcessor()
Returns the control processor.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderConfig.setControlProcessor(ControlProcessor<C> processor)
Sets the control processor.
|
Modifier and Type | Method and Description |
---|---|
ResponseControl[] |
ApacheLdapConnection.processResponseControls(ControlProcessor<org.apache.directory.api.ldap.model.message.Control> processor,
RequestControl[] requestControls,
org.apache.directory.api.ldap.model.message.Message response)
Retrieves the response controls from the supplied response and processes them with the supplied control processor.
|
Modifier and Type | Method and Description |
---|---|
protected ResponseControl[] |
JndiConnection.processResponseControls(ControlProcessor<Control> processor,
RequestControl[] requestControls,
LdapContext ctx)
Retrieves the response controls from the supplied context and processes them with the supplied control processor.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.