Package org.ldaptive

Class ModifyResponse

All Implemented Interfaces:
Message, Result

public class ModifyResponse extends AbstractResult
LDAP modify response defined as:
   ModifyResponse ::= [APPLICATION 7] 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

    • ModifyResponse

      private ModifyResponse()
      Default constructor.
    • ModifyResponse

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