Package org.pfsw.tools.beluga.ldap.server

Interface Summary
IRequestInterceptor Used in an interceptor chain to do something with all incoming LDAP request messages.
IResponseInterceptor Used to handle somehow response messages before they are sent to the client.
 

Class Summary
CommunicationChannel Each communication channel is opened in a separate thread.
LDAPServer The LDAP server that is listening to a port for incoming requests.
LDAPServerConfiguration Contains all configuration for the LDAP server.
LDAPv3RequestProcessor Defines the methods a processor of LDAP requests must implement.
Transaction An instance of this class contains all objects that are necessary to execute one requested LDAP transaction (e.g. bind, search).
 

Exception Summary
ContainerNotFoundException Exception that will be thrown if a container cannot be found
InvalidDNException  
IsNotContainerException Will be thrown if a LDAP container object was expected but the found object is not a container.
LDAPProcessingException Root class for all LDAP processing exceptions
UndefinedSuffixException Exception that will be thrown if a container cannot be found
 

Annotation Types Summary
InterceptorType  
 



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