Class PasswordModifyResponse

  • All Implemented Interfaces:
    ExtendedResponse<Credential>

    public class PasswordModifyResponse
    extends AbstractExtendedResponse<Credential>
    Contains the response from an ldap password modify operation. See RFC 3062. Response is defined as:
       PasswdModifyResponseValue ::= SEQUENCE {
         genPasswd       [0]     OCTET STRING OPTIONAL }
     
    • Constructor Detail

      • PasswordModifyResponse

        public PasswordModifyResponse()
    • Method Detail

      • getOID

        public String getOID()
        Description copied from interface: ExtendedResponse
        Returns the OID for this extended response. Response OIDs are optional and this value may be null.
        Returns:
        oid
      • decode

        public void decode​(byte[] encoded)
        Description copied from interface: ExtendedResponse
        Initializes this response with the supplied BER encoded data.
        Parameters:
        encoded - BER encoded response