Package org.ldaptive

Class ModifyDnResponse

All Implemented Interfaces:
Message, Result

public class ModifyDnResponse extends AbstractResult
LDAP modify DN response defined as:
   ModifyDNResponse ::= [APPLICATION 13] LDAPResult
 
  • Field Details

    • PROTOCOL_OP

      public static final int PROTOCOL_OP
      BER protocol number.
      See Also:
    • HASH_CODE_SEED

      private static final int HASH_CODE_SEED
      hash code seed.
      See Also:
    • RESULT_CODE_PATH

      private static final DERPath RESULT_CODE_PATH
      DER path to result code.
    • MATCHED_DN_PATH

      private static final DERPath MATCHED_DN_PATH
      DER path to matched DN.
    • DIAGNOSTIC_MESSAGE_PATH

      private static final DERPath DIAGNOSTIC_MESSAGE_PATH
      DER path to diagnostic message.
    • REFERRAL_PATH

      private static final DERPath REFERRAL_PATH
      DER path to referral.
  • Constructor Details

    • ModifyDnResponse

      private ModifyDnResponse()
      Default constructor.
    • ModifyDnResponse

      public ModifyDnResponse(DERBuffer buffer)
      Creates a new modify DN response.
      Parameters:
      buffer - to decode
  • Method Details