Class ProxiedAuthzFactory
- java.lang.Object
-
- org.apache.directory.api.ldap.codec.api.AbstractControlFactory<ProxiedAuthz>
-
- org.apache.directory.api.ldap.codec.controls.proxiedauthz.ProxiedAuthzFactory
-
- All Implemented Interfaces:
ControlFactory<ProxiedAuthz>
public class ProxiedAuthzFactory extends AbstractControlFactory<ProxiedAuthz>
AControlFactoryforProxiedAuthzcontrols.- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
codec, oid
-
-
Constructor Summary
Constructors Constructor Description ProxiedAuthzFactory(LdapApiService codec)Creates a new instance of ProxiedAuthzFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecodeValue(Control control, byte[] controlBytes)Decode a Control's value.voidencodeValue(Asn1Buffer buffer, Control control)Encode the value part of the control.ProxiedAuthznewControl()Creates and returns a version of the Control.-
Methods inherited from class org.apache.directory.api.ldap.codec.api.AbstractControlFactory
decodeValue, getOid
-
-
-
-
Constructor Detail
-
ProxiedAuthzFactory
public ProxiedAuthzFactory(LdapApiService codec)
Creates a new instance of ProxiedAuthzFactory.- Parameters:
codec- The LDAP codec.
-
-
Method Detail
-
newControl
public ProxiedAuthz newControl()
Creates and returns a version of the Control.- Returns:
- The
CodecControldecorated version of the Control.
-
encodeValue
public void encodeValue(Asn1Buffer buffer, Control control)
Encode the value part of the control.- Specified by:
encodeValuein interfaceControlFactory<ProxiedAuthz>- Overrides:
encodeValuein classAbstractControlFactory<ProxiedAuthz>- Parameters:
buffer- The buffer into which to put the encoded valuecontrol- The control to encode
-
decodeValue
public void decodeValue(Control control, byte[] controlBytes) throws DecoderException
Decode a Control's value. It will feed the Control.- Specified by:
decodeValuein interfaceControlFactory<ProxiedAuthz>- Overrides:
decodeValuein classAbstractControlFactory<ProxiedAuthz>- Parameters:
control- The control to feedcontrolBytes- The data to decode- Throws:
DecoderException- If the value can't be decoded
-
-