| Package | Description |
|---|---|
| org.apache.directory.api.ldap.codec.controls.proxiedauthz | |
| org.apache.directory.api.ldap.model.message.controls |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxiedAuthzDecorator
An ProxiedAuthz implementation, that wraps and decorates the Control with codec
specific functionality.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<ProxiedAuthz> |
ProxiedAuthzFactory.newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<ProxiedAuthz> |
ProxiedAuthzFactory.newCodecControl(ProxiedAuthz control)
Decorates an existing control.
|
| Modifier and Type | Method and Description |
|---|---|
CodecControl<ProxiedAuthz> |
ProxiedAuthzFactory.newCodecControl(ProxiedAuthz control)
Decorates an existing control.
|
| Constructor and Description |
|---|
ProxiedAuthzDecorator(LdapApiService codec,
ProxiedAuthz control)
Creates a new instance of ProxiedAuthzDecorator wrapping the supplied
ProxiedAuthz Control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxiedAuthzImpl
Simple ProxiedAuthz implementation class.
|
Copyright © 2021. All rights reserved.