public class PasswordPolicyResponseFactory extends AbstractControlFactory<PasswordPolicyResponse>
ControlFactory
which creates PasswordPolicyResponse
controls.Constructor and Description |
---|
PasswordPolicyResponseFactory(LdapApiService codec)
Creates a new instance of PasswordPolicyResponseFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
decodeValue(Control control,
byte[] controlBytes)
Decode a Control's value.
|
void |
encodeValue(Asn1Buffer buffer,
Control control)
Encode the value part of the control.
|
PasswordPolicyResponse |
newControl()
Creates and returns a version of the Control.
|
decodeValue, getOid
public PasswordPolicyResponseFactory(LdapApiService codec)
codec
- The LDAP Service to usepublic PasswordPolicyResponse newControl()
CodecControl
decorated version of the Control.public void encodeValue(Asn1Buffer buffer, Control control)
encodeValue
in interface ControlFactory<PasswordPolicyResponse>
encodeValue
in class AbstractControlFactory<PasswordPolicyResponse>
buffer
- The buffer into which to put the encoded valuecontrol
- The control to encodepublic void decodeValue(Control control, byte[] controlBytes) throws DecoderException
decodeValue
in interface ControlFactory<PasswordPolicyResponse>
decodeValue
in class AbstractControlFactory<PasswordPolicyResponse>
control
- The control to feedcontrolBytes
- The data to decodeDecoderException
- If the value can't be decodedCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.