Class LdapMessages.LdapRequestEnvelope

java.lang.Object
org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
Enclosing class:
LdapMessages

public static final class LdapMessages.LdapRequestEnvelope extends Object
Represents a Ldap Request envelope containing an encoded Request.
  • Method Details

    • getLdapVersion

      public int getLdapVersion()
      Get the Ldap version requested by this message (Bind request only).
      Returns:
      The ldap protocol version
    • getRawDn

      public ByteString getRawDn()
      Get the raw form of the DN contained in the message (or null if the message doesn't contains a DN).
      Returns:
      The DN contained in request, or null if the message doesn't contains a DN.
    • getMessageType

      public byte getMessageType()
    • getMessageId

      public int getMessageId()
    • getContent

      public ASN1Reader getContent()