public class ProxiedAuthzFactory extends java.lang.Object implements ControlFactory<ProxiedAuthz>
ControlFactory for ProxiedAuthz controls.| Modifier and Type | Field and Description |
|---|---|
private LdapApiService |
codec
The LDAP codec service
|
| Constructor and Description |
|---|
ProxiedAuthzFactory(LdapApiService codec)
Creates a new instance of ProxiedAuthzFactory.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOid() |
CodecControl<ProxiedAuthz> |
newCodecControl()
Creates and returns a decorated version of the Control.
|
CodecControl<ProxiedAuthz> |
newCodecControl(ProxiedAuthz control)
Decorates an existing control.
|
private LdapApiService codec
public ProxiedAuthzFactory(LdapApiService codec)
codec - The LDAP codec.public java.lang.String getOid()
getOid in interface ControlFactory<ProxiedAuthz>public CodecControl<ProxiedAuthz> newCodecControl()
newCodecControl in interface ControlFactory<ProxiedAuthz>CodecControl decorated version of the Control.public CodecControl<ProxiedAuthz> newCodecControl(ProxiedAuthz control)
newCodecControl in interface ControlFactory<ProxiedAuthz>control - The Control to be decorated.