org.pfsw.tools.beluga.ldap.protocol
Class LDAPRequestParser
java.lang.Object
org.pfsw.tools.beluga.ldap.protocol.LDAPProtocol
org.pfsw.tools.beluga.ldap.protocol.LDAPRequestParser
public class LDAPRequestParser
- extends LDAPProtocol
This parser is able to interpret LDAP request messages according to
RFC-2251 (LDAPv3).
- Version:
- 1.1
- Author:
- Manfred Duchrow
Constructor Summary |
LDAPRequestParser()
Initialize the new instance with default values. |
LDAPRequestParser
public LDAPRequestParser()
- Initialize the new instance with default values.
parseRequest
public RequestMessage parseRequest(byte[] data)
throws LDAPRequestException
- Parse the ASN.1 encoded LDAP request and return the data in a Java object
- Throws:
LDAPRequestException
Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.