Package org.forgerock.opendj.ldap.spi
Class LdapMessages.LdapRequestEnvelope
java.lang.Object
org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
- Enclosing class:
LdapMessages
Represents a Ldap Request envelope containing an encoded Request.
-
Method Details
-
getLdapVersion
Get the Ldap version requested by this message (Bind request only).- Returns:
- The ldap protocol version
-
getRawDn
Get the raw form of theDNcontained in the message (or null if the message doesn't contains a DN).- Returns:
- The
DNcontained in request, or null if the message doesn't contains a DN.
-
getMessageType
public byte getMessageType() -
getMessageId
public int getMessageId() -
getContent
-