A B C D E G H I L M O R S T U W

A

AbandonHandler - Class in org.apache.directory.server.ldap.support
Handler for AbandonRequests.
AbandonHandler() - Constructor for class org.apache.directory.server.ldap.support.AbandonHandler
 
addExtendedOperationHandler(ExtendedOperationHandler) - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
Registeres the specified ExtendedOperationHandler to this protocol provider to provide a specific LDAP extended operation.
AddHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for AddRequests.
AddHandler() - Constructor for class org.apache.directory.server.ldap.support.AddHandler
 
addHandler(ExtendedOperationHandler) - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
addOutstandingRequest(IoSession, Request) - Method in class org.apache.directory.server.ldap.SessionRegistry
Adds a request to the map of outstanding requests for a session.
addTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
addTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 

B

BindHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for BindRequests.
BindHandler() - Constructor for class org.apache.directory.server.ldap.support.BindHandler
 

C

CompareHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for CompareRequests.
CompareHandler() - Constructor for class org.apache.directory.server.ldap.support.CompareHandler
 

D

DeleteHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for DeleteRequests.
DeleteHandler() - Constructor for class org.apache.directory.server.ldap.support.DeleteHandler
 

E

ExtendedHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for ExtendedRequests.
ExtendedHandler() - Constructor for class org.apache.directory.server.ldap.support.ExtendedHandler
 
ExtendedOperationHandler - Interface in org.apache.directory.server.ldap
An extension (hook) point that enables an implementor to provide his or her own LDAP 'Extended' operation.
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 

G

getAspectRatio() - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
getCenteredPosition(JFrame) - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
getCodecFactory() - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
 
getColumnClass(int) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getColumnClass(int) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
getColumnCount() - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getColumnCount() - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
getColumnName(int) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getColumnName(int) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
getDelay() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
getEnvironmentByCopy() - Method in class org.apache.directory.server.ldap.SessionRegistry
Gets a cloned copy of the environment associated with this registry.
getExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
Returns an ExtendedOperationHandler with the specified oid which is registered to this protocol provider.
getExtendedOperationHandlerMap() - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
Returns a Map of all registered OID-ExtendedOperationHandler pairs.
getExtensionOids() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
The OIDs of the extensions supported by this handler.
getExtensionOids() - Method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
getGracefulDisconnect(int, int, PartitionNexus) - Static method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
getHandler() - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
 
getHandler(String) - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
getHandlerMap() - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
getLdapContext(IoSession, Control[], boolean) - Method in class org.apache.directory.server.ldap.SessionRegistry
Gets the InitialContext to the root of the system that was gotten for client.
getLdapContextOnRootDSEAccess(IoSession, Control[]) - Method in class org.apache.directory.server.ldap.SessionRegistry
Gets the InitialContext to the root of the system that was gotten for client ONLY to be used for RootDSE Search operations.
getLdapProvider() - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
getName() - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
 
getOid() - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Returns the EXTENSION_OID of the extended request this handler can handle.
getOid() - Method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
getOid() - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
getOutstandingRequest(IoSession, int) - Method in class org.apache.directory.server.ldap.SessionRegistry
Overload that does not require boxing of primitive messageId.
getOutstandingRequest(IoSession, Integer) - Method in class org.apache.directory.server.ldap.SessionRegistry
Gets an outstanding request by messageId for a session.
getOutstandingRequests(IoSession) - Method in class org.apache.directory.server.ldap.SessionRegistry
Returns a shallow copied map of all outstanding requests for an IoSession.
getRowCount() - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getRowCount() - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
getSessions() - Method in class org.apache.directory.server.ldap.SessionRegistry
 
getSingleton() - Static method in class org.apache.directory.server.ldap.SessionRegistry
Gets the singleton instance for this SessionRegistry.
getTimeOffline() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
getValueAt(int, int) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getValueAt(int, int) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
GracefulShutdownHandler - Class in org.apache.directory.server.ldap.support.extended
 
GracefulShutdownHandler() - Constructor for class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 

H

handleExtendedOperation(IoSession, SessionRegistry, ExtendedRequest) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Handles the specified extended operation.
handleExtendedOperation(IoSession, SessionRegistry, ExtendedRequest) - Method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
handleExtendedOperation(IoSession, SessionRegistry, ExtendedRequest) - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 

I

init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.AbandonHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.AddHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.BindHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.CompareHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.DeleteHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
init(StartupConfiguration) - Method in interface org.apache.directory.server.ldap.support.LdapMessageHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.ModifyDnHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.ModifyHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.SearchHandler
 
init(StartupConfiguration) - Method in class org.apache.directory.server.ldap.support.UnbindHandler
 
isCanceled() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
isCellEditable(int, int) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
isCellEditable(int, int) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
isSendCanceled() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 

L

LaunchDiagnosticUiHandler - Class in org.apache.directory.server.ldap.support.extended
 
LaunchDiagnosticUiHandler() - Constructor for class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
LdapMessageHandler - Interface in org.apache.directory.server.ldap.support
 
LdapProtocolProvider - Class in org.apache.directory.server.ldap
An LDAP protocol provider implementation which dynamically associates handlers.
LdapProtocolProvider(StartupConfiguration, Hashtable) - Constructor for class org.apache.directory.server.ldap.LdapProtocolProvider
Creates a MINA LDAP protocol provider.
LdapProviderMonitor - Interface in org.apache.directory.server.ldap
Document this class.

M

messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.AbandonHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.AddHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.BindHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.CompareHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.DeleteHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.ModifyDnHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.ModifyHandler
 
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.SearchHandler
Main message handing method for search requests.
messageReceived(IoSession, Object) - Method in class org.apache.directory.server.ldap.support.UnbindHandler
 
ModifyDnHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for ModifyDnRequests.
ModifyDnHandler() - Constructor for class org.apache.directory.server.ldap.support.ModifyDnHandler
 
ModifyHandler - Class in org.apache.directory.server.ldap.support
A single reply handler for ModifyRequests.
ModifyHandler() - Constructor for class org.apache.directory.server.ldap.support.ModifyHandler
 

O

org.apache.directory.server.ldap - package org.apache.directory.server.ldap
 
org.apache.directory.server.ldap.gui - package org.apache.directory.server.ldap.gui
 
org.apache.directory.server.ldap.support - package org.apache.directory.server.ldap.support
 
org.apache.directory.server.ldap.support.extended - package org.apache.directory.server.ldap.support.extended
 
OutstandingRequestsDialog - Class in org.apache.directory.server.ldap.gui
 
OutstandingRequestsDialog(JFrame, IoSession) - Constructor for class org.apache.directory.server.ldap.gui.OutstandingRequestsDialog
This is the default constructor
OutstandingRequestsModel - Class in org.apache.directory.server.ldap.gui
 

R

remove(IoSession) - Method in class org.apache.directory.server.ldap.SessionRegistry
Removes the state mapping a JNDI initial context for the client's key.
removeExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapProtocolProvider
Deregisteres an ExtendedOperationHandler with the specified oid from this protocol provider.
removeHandler(String) - Method in class org.apache.directory.server.ldap.support.ExtendedHandler
 
removeOutstandingRequest(IoSession, int) - Method in class org.apache.directory.server.ldap.SessionRegistry
Overload that does not require boxing of primitive messageId.
removeOutstandingRequest(IoSession, Integer) - Method in class org.apache.directory.server.ldap.SessionRegistry
Removes an outstanding request from the session's outstanding request map.
removeTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
removeTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
run() - Method in class org.apache.directory.server.ldap.gui.ShutdownProgress
 

S

SearchHandler - Class in org.apache.directory.server.ldap.support
A handler for processing search requests.
SearchHandler() - Constructor for class org.apache.directory.server.ldap.support.SearchHandler
 
sendGracefulDisconnect(List, GracefulDisconnect, IoSession) - Static method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
Blocks to synchronously send the same GracefulDisconnect message to all managed sessions except for the requestor of the GracefulShutdown.
sendNoticeOfDisconnect(List, IoSession) - Static method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
Blocks to synchronously send the a NoticeOfDisconnect message with the resultCode set to unavailable(52) to all managed sessions except for the requestor of the GracefulShutdown.
sendShutdownResponse(IoSession, int) - Static method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
Sends a successful response.
SERVICE_NAME - Static variable in class org.apache.directory.server.ldap.LdapProtocolProvider
the constant service name of this ldap protocol provider
SessionRegistry - Class in org.apache.directory.server.ldap
A client session state based on JNDI contexts.
SessionsFrame - Class in org.apache.directory.server.ldap.gui
 
SessionsFrame() - Constructor for class org.apache.directory.server.ldap.gui.SessionsFrame
This is the default constructor
SessionsModel - Class in org.apache.directory.server.ldap.gui
 
setLdapContext(IoSession, LdapContext) - Method in class org.apache.directory.server.ldap.SessionRegistry
Sets the initial context associated with a newly authenticated client.
setLdapProvider(LdapProtocolProvider) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Sets the LDAP provider for this extendedOperation handler.
setLdapProvider(IoHandler) - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
setLdapProvider(LdapProtocolProvider) - Method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 
setLdapProvider(LdapProtocolProvider) - Method in class org.apache.directory.server.ldap.support.extended.LaunchDiagnosticUiHandler
 
setRequestor(IoSession) - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
setTime(long) - Method in class org.apache.directory.server.ldap.gui.ShutdownProgress
 
setValueAt(Object, int, int) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
setValueAt(Object, int, int) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
ShutdownDialog - Class in org.apache.directory.server.ldap.gui
 
ShutdownDialog() - Constructor for class org.apache.directory.server.ldap.gui.ShutdownDialog
This is the default constructor
ShutdownProgress - Class in org.apache.directory.server.ldap.gui
 
ShutdownProgress() - Constructor for class org.apache.directory.server.ldap.gui.ShutdownProgress
This is the default constructor

T

terminateSession(IoSession) - Method in class org.apache.directory.server.ldap.SessionRegistry
Terminates the session by publishing a disconnect event.

U

UnbindHandler - Class in org.apache.directory.server.ldap.support
A no reply protocol handler implementation for LDAP UnbindRequests.
UnbindHandler() - Constructor for class org.apache.directory.server.ldap.support.UnbindHandler
 

W

waitForDelay(int) - Static method in class org.apache.directory.server.ldap.support.extended.GracefulShutdownHandler
 

A B C D E G H I L M O R S T U W

Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.