org.pfsw.tools.beluga.ldap.protocol
Class LDAPRequestParser

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.protocol.LDAPProtocol
      extended by 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.
 
Method Summary
 RequestMessage parseRequest(byte[] data)
          Parse the ASN.1 encoded LDAP request and return the data in a Java object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPRequestParser

public LDAPRequestParser()
Initialize the new instance with default values.

Method Detail

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.