Package org.pfsw.tools.beluga.ldap.protocol

Class Summary
LDAPControl Represents a single controls as it can be used with requests and responses.
LDAPProtocol Common superclass of LDAP protocol parsers and builders
LDAPRequestParser This parser is able to interpret LDAP request messages according to RFC-2251 (LDAPv3).
LDAPResponseBuilder This builder creates byte arrays that can be transmitted over a connection according to LDAPv3 (RFC-2251).
 

Exception Summary
InvalidFilterOperation Will be thrown if an invalid operator in a search filter was found
LDAPRequestException Root exception of all exception that can occur during parsing of LDAP requests.
LDAPRequestParsingException Must be thrown in any case of a parsing exception
LDAPUnknownRequestException Will be thrown whenever a request could not be identified
LDAPVersionNotSupportedException Thrown if an unsupported LDAP version is used.
UnsupportedFilterOperation Will be thrown if operators are used in a filter that are not supported by this LDAP server
 



Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.