Interface LDAPResponse

All Known Implementing Classes:
AbortedTransactionExtendedResult, BindResult, ChangelogEntryIntermediateResponse, CollectSupportDataArchiveFragmentIntermediateResponse, CollectSupportDataExtendedResult, CollectSupportDataOutputIntermediateResponse, CompareResult, ContentSyncInfoIntermediateResponse, DeliverOneTimePasswordExtendedResult, DeliverPasswordResetTokenExtendedResult, DeliverSingleUseTokenExtendedResult, EndBatchedTransactionExtendedResult, EndTransactionExtendedResult, ExtendedResult, GeneratePasswordExtendedResult, GenerateTOTPSharedSecretExtendedResult, GetBackupCompatibilityDescriptorExtendedResult, GetChangelogBatchExtendedResult, GetConfigurationExtendedResult, GetConnectionIDExtendedResult, GetPasswordQualityRequirementsExtendedResult, GetSubtreeAccessibilityExtendedResult, GetSupportedOTPDeliveryMechanismsExtendedResult, IdentifyBackupCompatibilityProblemsExtendedResult, IntermediateResponse, LDAPResult, ListConfigurationsExtendedResult, ListNotificationSubscriptionsExtendedResult, MissingChangelogEntriesIntermediateResponse, MultiUpdateExtendedResult, NoticeOfDisconnectionExtendedResult, OAUTHBEARERBindResult, PasswordModifyExtendedResult, PasswordPolicyStateExtendedResult, PurgeRetiredInterServerCertificatesExtendedResult, PurgeRetiredListenerCertificatesExtendedResult, ReplaceCertificateExtendedResult, ReplaceInterServerCertificateExtendedResult, ReplaceListenerCertificateExtendedResult, SearchResult, SearchResultEntry, SearchResultReference, StartBatchedTransactionExtendedResult, StartTransactionExtendedResult, StreamDirectoryValuesIntermediateResponse, StreamProxyValuesIntermediateResponse, WhoAmIExtendedResult

This interface serves as a marker for classes in the com.unboundid.ldap.sdk package that are responses which may be received from a directory server.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Control[]
    An empty set of controls.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Retrieves the message ID for the LDAP message containing this response.
    void
    Appends a string representation of this LDAP response to the provided buffer.
  • Field Details

  • Method Details

    • getMessageID

      Retrieves the message ID for the LDAP message containing this response.
      Returns:
      The message ID for the LDAP message containing this response.
    • toString

      Appends a string representation of this LDAP response to the provided buffer.
      Parameters:
      buffer - The buffer to which the information should be appended.