A B C D E F G H I L M N O P R S U W

A

abandon() - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
abandonAllOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
Abandons all outstanding requests associated with this session.
AbandonHandler - Class in org.apache.directory.server.ldap.handlers
AbandonRequest handler implementation.
AbandonHandler() - Constructor for class org.apache.directory.server.ldap.handlers.AbandonHandler
 
abandonOutstandingRequest(Integer) - Method in class org.apache.directory.server.ldap.LdapSession
Abandons a specific request by messageId.
AbstractMechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind
An abstract class for all the MechanismHandlers, implementing some common methods
AbstractMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.AbstractMechanismHandler
 
AbstractSaslCallbackHandler - Class in org.apache.directory.server.ldap.handlers.bind
Base class for all SASL CallbackHandlers.
AbstractSaslCallbackHandler(DirectoryService, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Creates a new instance of AbstractSaslCallbackHandler.
AbstractSaslServer - Class in org.apache.directory.server.ldap.handlers.bind
An abstract class containing common parts for the SaslServer local implementation, like the BindRequest;
AbstractSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
 
addExtendedOperationHandler(ExtendedOperationHandler) - Method in class org.apache.directory.server.ldap.LdapService
Registeres the specified ExtendedOperationHandler to this protocol provider to provide a specific LDAP extended operation.
AddHandler - Class in org.apache.directory.server.ldap.handlers
An LDAP add operation AddRequest handler.
AddHandler() - Constructor for class org.apache.directory.server.ldap.handlers.AddHandler
 
addLdapSession(LdapSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Adds a new LdapSession to the LdapService.
addSaslMechanismHandler(String, MechanismHandler) - Method in class org.apache.directory.server.ldap.LdapService
 
addTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
addTableModelListener(TableModelListener) - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
adminSession - Variable in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
The admin core session
authenticate(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmProvider
Handles a Type 3 NTLM response from the client.
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Final check to authorize user.
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5CallbackHandler
 
authorize(AuthorizeCallback) - Method in class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiCallbackHandler
 

B

BindHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for BindRequests.
BindHandler() - Constructor for class org.apache.directory.server.ldap.handlers.BindHandler
 
bindRequest - Variable in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
The associated BindRequest

C

checkClientTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.handlers.ssl.ServerX509TrustManager
 
checkNotClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
checkServerTrusted(X509Certificate[], String) - Method in class org.apache.directory.server.ldap.handlers.ssl.ServerX509TrustManager
 
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5MechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5MechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.bind.MechanismHandler
Clean the Sasl properties when the use has been authenticated
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
Remove the Host, UserBaseDn, props and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainMechanismHandler
Remove the SaslServer and Mechanism property.
cleanup(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.SimpleMechanismHandler
Clean the Sasl properties when the use has been authenticated
clearSaslProperties() - Method in class org.apache.directory.server.ldap.LdapSession
Clear all the Sasl values stored into the Map
close() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(String) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
close(Exception) - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
CompareHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for CompareRequests.
CompareHandler() - Constructor for class org.apache.directory.server.ldap.handlers.CompareHandler
 
CORE_SESSION_KEY - Static variable in interface org.apache.directory.server.ldap.LdapProtocolConstants
 
CramMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.bind.cramMD5
 
CramMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5CallbackHandler
Creates a new instance of CramMd5CallbackHandler.
CramMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind.cramMD5
The CRAM-MD Sasl mechanism handler.
CramMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5MechanismHandler
 

D

DeleteHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for DeleteRequests.
DeleteHandler() - Constructor for class org.apache.directory.server.ldap.handlers.DeleteHandler
 
DigestMd5CallbackHandler - Class in org.apache.directory.server.ldap.handlers.bind.digestMD5
 
DigestMd5CallbackHandler(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5CallbackHandler
Creates a new instance of DigestMd5CallbackHandler.
DigestMd5MechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind.digestMD5
The DIGEST-MD5 mechanism handler.
DigestMd5MechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5MechanismHandler
 
directoryService - Variable in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
A reference on the DirectoryService instance
DISABLE_SECURITY_LAYER_ONCE - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslFilter
A session attribute key that makes next one write request bypass this filter (not adding a security layer).
dispose() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer

E

EMPTY_CONTROLS - Static variable in interface org.apache.directory.server.ldap.LdapProtocolConstants
 
entryAdded(AddOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryDeleted(DeleteOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryModified(ModifyOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMoved(MoveOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryMovedAndRenamed(MoveAndRenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
entryRenamed(RenameOperationContext) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
evaluateResponse(byte[]) - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
ExtendedHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for ExtendedRequests.
ExtendedHandler() - Constructor for class org.apache.directory.server.ldap.handlers.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_OID - Static variable in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
EXTENSION_OIDS - Static variable in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 

F

filterWrite(IoFilter.NextFilter, IoSession, IoFilter.WriteRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.SaslFilter
 

G

generateChallenge(IoSession, byte[]) - Method in interface org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmProvider
Handles a Type 1 NTLM response from the client to generate an NTLM Type 2 challenge message.
getAbandonHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getAcceptedIssuers() - Method in class org.apache.directory.server.ldap.handlers.ssl.ServerX509TrustManager
 
getAddHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getAdminSession() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
 
getAspectRatio() - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
getAuthorizationID() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
getBindHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getBindRequest() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
 
getBindStatus() - Method in class org.apache.directory.server.ldap.LdapSession
 
getCause() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
getCenteredPosition(JFrame) - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
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
 
getCompareHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getContext(IoSession, BindRequest, Hashtable<String, Object>) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Convenience method for acquiring an LdapContext for the client to use for the duration of a session.
getCoreSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the logical core DirectoryService session associated with this LdapSession.
getCurrentMechanism() - Method in class org.apache.directory.server.ldap.LdapSession
Get the mechanism selected by a user during a SASL Bind negotiation.
getDelay() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
getDeleteHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getEnvironment(IoSession) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Convenience method for getting an environment suitable for acquiring an LdapContext for the client.
getExtendedHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapService
Returns an ExtendedOperationHandler with the specified oid which is registered to this protocol provider.
getExtendedOperationHandlers() - Method in class org.apache.directory.server.ldap.LdapService
Gets the ExtendedOperationHandlers.
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.handlers.extended.GracefulShutdownHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
getExtensionOids() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
getFarthestReferralAncestor(LdapSession, LdapDN) - Static method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
Searches up the ancestry of a DN searching for the farthest referral ancestor.
getGracefulDisconnect(int, int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
getHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getIoSession() - Method in class org.apache.directory.server.ldap.LdapSession
Gets the MINA IoSession associated with this LdapSession.
getLdapProvider() - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
getLdapServer() - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
getLdapServer() - Method in class org.apache.directory.server.ldap.LdapSession
 
getLdapSession() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
 
getLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the LdapSession associated with the MINA session.
getLdapSessionManager() - Method in class org.apache.directory.server.ldap.LdapService
 
getMaxSizeLimit() - Method in class org.apache.directory.server.ldap.LdapService
Returns the maximum size limit in number of entries to return for search.
getMaxTimeLimit() - Method in class org.apache.directory.server.ldap.LdapService
Returns the maximum time limit in milliseonds to conduct a search.
getMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapService
 
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
getMechanismName() - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
getModifyDnHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getModifyHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getName() - Method in class org.apache.directory.server.ldap.LdapService
 
getNegotiatedProperty(String) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
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.handlers.extended.GracefulShutdownHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
getOid() - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
getOutstandingRequests() - Method in class org.apache.directory.server.ldap.LdapSession
 
getProtocolCodecFactory() - Method in class org.apache.directory.server.ldap.LdapService
 
getRealm() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Implementors use this method to access the realm resulting from a callback.
getReferralOnAncestor(LdapSession, LdapDN, T, ClonedServerEntry) - Method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
Handles processing with referrals without ManageDsaIT control and with an ancestor that is a referral.
getReferralOnAncestorForSearch(LdapSession, SearchRequest, ClonedServerEntry) - Method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
Handles processing with referrals without ManageDsaIT control and with an ancestor that is a referral.
getRowCount() - Method in class org.apache.directory.server.ldap.gui.OutstandingRequestsModel
 
getRowCount() - Method in class org.apache.directory.server.ldap.gui.SessionsModel
 
getSaslHost() - Method in class org.apache.directory.server.ldap.LdapService
Returns the FQDN of this SASL host, validated during SASL negotiation.
getSaslMechanismHandlers() - Method in class org.apache.directory.server.ldap.LdapService
 
getSaslPrincipal() - Method in class org.apache.directory.server.ldap.LdapService
Returns the Kerberos principal name for this LDAP service, used by GSSAPI.
getSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Get a Sasl property's value
getSaslQop() - Method in class org.apache.directory.server.ldap.LdapService
Returns the Set of quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslQopString() - Method in class org.apache.directory.server.ldap.LdapService
Returns the quality-of-protection, used by DIGEST-MD5 and GSSAPI.
getSaslRealms() - Method in class org.apache.directory.server.ldap.LdapService
Returns the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
getSearchHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getSessions() - Method in class org.apache.directory.server.ldap.LdapSessionManager
Gets the active sessions managed by the LdapService.
getSupportedControls() - Method in class org.apache.directory.server.ldap.LdapService
 
getSupportedMechanisms() - Method in class org.apache.directory.server.ldap.LdapService
 
getTimeOffline() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
getUnbindHandler() - Method in class org.apache.directory.server.ldap.LdapService
 
getUsername() - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Implementors use this method to access the username resulting from a callback.
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.handlers.extended
 
GracefulShutdownHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
GssapiCallbackHandler - Class in org.apache.directory.server.ldap.handlers.bind.gssapi
 
GssapiCallbackHandler(DirectoryService, LdapSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiCallbackHandler
Creates a new instance of GssapiCallbackHandler.
GssapiMechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind.gssapi
The GSSAPI Sasl mechanism handler.
GssapiMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiMechanismHandler
 

H

handle(LdapSession, AbandonRequest) - Method in class org.apache.directory.server.ldap.handlers.AbandonHandler
 
handle(Callback[]) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
SaslServer will use this method to call various callbacks, depending on the SASL mechanism in use for a session.
handle(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.BindHandler
Deal with a received BindRequest
handle(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.ExtendedHandler
 
handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handle a Ldap message associated with a session
handle(LdapSession, T) - Method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
 
handle(LdapSession, UnbindRequest) - Method in class org.apache.directory.server.ldap.handlers.UnbindHandler
 
handleException(LdapSession, T, Exception) - Method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
Handles processing with referrals without ManageDsaIT control.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Handles the specified extended operation.
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
handleExtendedOperation(LdapSession, ExtendedRequest) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, AddRequest) - Method in class org.apache.directory.server.ldap.handlers.AddHandler
 
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, CompareRequest) - Method in class org.apache.directory.server.ldap.handlers.CompareHandler
 
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, DeleteRequest) - Method in class org.apache.directory.server.ldap.handlers.DeleteHandler
 
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, ModifyDnRequest) - Method in class org.apache.directory.server.ldap.handlers.ModifyDnHandler
Deal with a ModifyDN request received from a client.
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, ModifyRequest) - Method in class org.apache.directory.server.ldap.handlers.ModifyHandler
 
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, T) - Method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
Handles processing without referral handling in effect: either with the ManageDsaIT control or when the entry or all of it's ancestors are non- referral entries.
handleIgnoringReferrals(LdapSession, LdapDN, ClonedServerEntry, SearchRequest) - Method in class org.apache.directory.server.ldap.handlers.SearchHandler
Main message handing method for search requests.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5MechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in interface org.apache.directory.server.ldap.handlers.bind.MechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
 
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainMechanismHandler
Implementors will use the session and message to determine what kind of SaslServer to create and what initialization parameters it will require.
handleMechanism(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.bind.SimpleMechanismHandler
 
handleSaslAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.BindHandler
Handle the SASL authentication.
handleSimpleAuth(LdapSession, BindRequest) - Method in class org.apache.directory.server.ldap.handlers.BindHandler
Handle the Simple authentication.

I

init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in interface org.apache.directory.server.ldap.handlers.bind.MechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.SimpleMechanismHandler
Initialize the saslProperties with some mechanism's specific data
init(KeyStore) - Static method in class org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer
 
insertSaslFilter(LdapSession) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractMechanismHandler
Inject a SaslFilter into the Filter chain, to deal with modified PDU sent when some mechanisms have been negotiated (DIGEST-MD5, GSSAPI, for instance)
isAllowAnonymousAccess() - Method in class org.apache.directory.server.ldap.LdapService
Returns true if anonymous access is allowed.
isAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is authenticated.
isAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Check if the session is in the middle of a SASL negotiation.
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
 
isClosed() - Method in class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
 
isComplete() - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
isComplete() - Method in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
 
isConfidentialityRequired() - Method in class org.apache.directory.server.ldap.LdapService
Gets whether or not TLS secured connections are required to perform operations on this LdapService.
isConfidentialityRequirementSatisfied(IoSession) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Checks to see if confidentiality requirements are met.
isEnableLdaps() - Method in class org.apache.directory.server.ldap.LdapService
Returns true if LDAPS is enabled.
isEntryReferral(ClonedServerEntry) - Static method in class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
 
isSendCanceled() - Method in class org.apache.directory.server.ldap.gui.ShutdownDialog
 
isStarted() - Method in class org.apache.directory.server.ldap.LdapService
 

L

LaunchDiagnosticUiHandler - Class in org.apache.directory.server.ldap.handlers.extended
 
LaunchDiagnosticUiHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
LDAP_PROTOCOL - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant used when creating a SaslServer
LdapProtocolConstants - Interface in org.apache.directory.server.ldap
Constants for LDAP protocol service.
LdapProtocolUtils - Class in org.apache.directory.server.ldap
Utility methods used by the LDAP protocol service.
LdapProtocolUtils() - Constructor for class org.apache.directory.server.ldap.LdapProtocolUtils
 
LdapRequestHandler<T extends org.apache.directory.shared.ldap.message.Request> - Class in org.apache.directory.server.ldap.handlers
A base class for all LDAP request handlers.
LdapRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
ldapService - Variable in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
The reference on the Ldap server instance
LdapService - Class in org.apache.directory.server.ldap
An LDAP protocol provider implementation which dynamically associates handlers.
LdapService() - Constructor for class org.apache.directory.server.ldap.LdapService
Creates an LDAP protocol provider.
ldapSession - Variable in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
The reference on the user ldap session
LdapSession - Class in org.apache.directory.server.ldap
An object representing an LdapSession.
LdapSession(IoSession) - Constructor for class org.apache.directory.server.ldap.LdapSession
Creates a new instance of LdapSession associated with the underlying connection (MINA IoSession) to the server.
LdapSessionManager - Class in org.apache.directory.server.ldap
Manages sessions in a thread safe manner for the LdapService.
LdapSessionManager() - Constructor for class org.apache.directory.server.ldap.LdapSessionManager
 
LdapsInitializer - Class in org.apache.directory.server.ldap.handlers.ssl
Loads the certificate file for LDAPS support and creates the appropriate MINA filter chain.
LdapsInitializer() - Constructor for class org.apache.directory.server.ldap.handlers.ssl.LdapsInitializer
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslCallbackHandler
Implementors set the password based on a lookup, using the username and realm as keys.
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.bind.cramMD5.CramMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.bind.digestMD5.DigestMd5CallbackHandler
 
lookupPassword(String, String) - Method in class org.apache.directory.server.ldap.handlers.bind.gssapi.GssapiCallbackHandler
 

M

MechanismHandler - Interface in org.apache.directory.server.ldap.handlers.bind
An interface for retrieving a SaslServer for a session.
messageReceived(IoFilter.NextFilter, IoSession, Object) - Method in class org.apache.directory.server.ldap.handlers.bind.SaslFilter
 
messageReceived(IoSession, T) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Handle a LDAP message received during a session.
ModifyDnHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for ModifyDnRequests.
ModifyDnHandler() - Constructor for class org.apache.directory.server.ldap.handlers.ModifyDnHandler
 
modifyFilter(LdapSession, SearchRequest) - Method in class org.apache.directory.server.ldap.handlers.SearchHandler
Alters the filter expression based on the presence of the ManageDsaIT control.
ModifyHandler - Class in org.apache.directory.server.ldap.handlers
A single reply handler for ModifyRequests.
ModifyHandler() - Constructor for class org.apache.directory.server.ldap.handlers.ModifyHandler
 

N

NO_SIZE_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapService
Value (0) for configuration where size limit is unlimited.
NO_TIME_LIMIT - Static variable in class org.apache.directory.server.ldap.LdapService
Value (0) for configuration where time limit is unlimited.
NtlmMechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind.ntlm
A handler for the NTLM Sasl and GSS-SPNEGO mechanism.
NtlmMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
 
NtlmProvider - Interface in org.apache.directory.server.ldap.handlers.bind.ntlm
An NTLM authentication service provider.
NtlmSaslServer - Class in org.apache.directory.server.ldap.handlers.bind.ntlm
A SaslServer implementation for NTLM based SASL mechanism.
NtlmSaslServer(NtlmProvider, BindRequest, LdapSession) - Constructor for class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
 

O

org.apache.directory.server.ldap - package org.apache.directory.server.ldap
Contains the entry point for the LDAP protocol provider and the session registry.
org.apache.directory.server.ldap.gui - package org.apache.directory.server.ldap.gui
Provides a diagnostic UI for the LDAP protocol provider.
org.apache.directory.server.ldap.handlers - package org.apache.directory.server.ldap.handlers
Provides LDAP message handlers that implement MessageHandler.
org.apache.directory.server.ldap.handlers.bind - package org.apache.directory.server.ldap.handlers.bind
Contains the implementation of LDAP binds with Simple and SASL authentication mechanisms.
org.apache.directory.server.ldap.handlers.bind.cramMD5 - package org.apache.directory.server.ldap.handlers.bind.cramMD5
 
org.apache.directory.server.ldap.handlers.bind.digestMD5 - package org.apache.directory.server.ldap.handlers.bind.digestMD5
 
org.apache.directory.server.ldap.handlers.bind.gssapi - package org.apache.directory.server.ldap.handlers.bind.gssapi
 
org.apache.directory.server.ldap.handlers.bind.ntlm - package org.apache.directory.server.ldap.handlers.bind.ntlm
 
org.apache.directory.server.ldap.handlers.bind.plain - package org.apache.directory.server.ldap.handlers.bind.plain
 
org.apache.directory.server.ldap.handlers.extended - package org.apache.directory.server.ldap.handlers.extended
Provides LDAP 'Extended' operations that implement ExtendedOperationHandler.
org.apache.directory.server.ldap.handlers.ssl - package org.apache.directory.server.ldap.handlers.ssl
Contains support for SSL with the LDAP protocol (LDAPS).
OUTSTANDING_KEY - Static variable in interface org.apache.directory.server.ldap.LdapProtocolConstants
 
OutstandingRequestsDialog - Class in org.apache.directory.server.ldap.gui
 
OutstandingRequestsDialog(JFrame, LdapSession, LdapService) - Constructor for class org.apache.directory.server.ldap.gui.OutstandingRequestsDialog
This is the default constructor
OutstandingRequestsModel - Class in org.apache.directory.server.ldap.gui
 

P

PersistentSearchListener - Class in org.apache.directory.server.ldap.handlers
A DirectoryListener implementation which sends back added, deleted, modified or renamed entries to a client that created this listener.
PlainMechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind.plain
A handler for the PLAIN Sasl mechanism.
PlainMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.plain.PlainMechanismHandler
 
PlainSaslServer - Class in org.apache.directory.server.ldap.handlers.bind.plain
A SaslServer implementation for PLAIN based SASL mechanism.
PlainSaslServer(LdapSession, CoreSession, BindRequest) - Constructor for class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
Creates a new instance of PlainSaslServer.
putSaslProperty(String, Object) - Method in class org.apache.directory.server.ldap.LdapSession
Add a Sasl property and value

R

ReferralAwareRequestHandler<T extends org.apache.directory.shared.ldap.message.ResultResponseRequest> - Class in org.apache.directory.server.ldap.handlers
A based class for handlers which deal with SingleReplyRequests.
ReferralAwareRequestHandler() - Constructor for class org.apache.directory.server.ldap.handlers.ReferralAwareRequestHandler
 
registerOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Registers an outstanding request which can be abandoned later.
rejectWithoutConfidentiality(IoSession, ResultResponse) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
 
removeExtendedOperationHandler(String) - Method in class org.apache.directory.server.ldap.LdapService
Deregisteres an ExtendedOperationHandler with the specified oid from this protocol provider.
removeLdapSession(IoSession) - Method in class org.apache.directory.server.ldap.LdapSessionManager
Removes an LdapSession managed by the LdapService.
removeSaslMechanismHandler(String) - Method in class org.apache.directory.server.ldap.LdapService
 
removeSaslProperty(String) - Method in class org.apache.directory.server.ldap.LdapSession
Remove a property from the SaslProperty 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
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.PersistentSearchListener
 
requestAbandoned(AbandonableRequest) - Method in class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
responseRecieved() - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
 
responseSent() - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmSaslServer
 
run() - Method in class org.apache.directory.server.ldap.gui.ShutdownProgress
 

S

SASL_AUTHENT_USER - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the authenticated user
SASL_CREDS - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the evaluated credentials
SASL_FILTER - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant representing the SASL IoFilter
SASL_HOST - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the SASL host in the session
SASL_MECH - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the current mechanism
SASL_MECH_HANDLER - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant representing the SASL mechanism handler
SASL_PLAIN_AUTHCID - Static variable in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
The authcid property stored into the LdapSession instance
SASL_PLAIN_AUTHZID - Static variable in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
The authzid property stored into the LdapSession instance
SASL_PLAIN_PASSWORD - Static variable in class org.apache.directory.server.ldap.handlers.bind.plain.PlainSaslServer
The password property stored into the LdapSession instance
SASL_PROPS - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant representing the SASL properties
SASL_QOP - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the Quality Of Protection
SASL_REALM - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the realm
SASL_SERVER - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the SASL Server in the session.
SASL_USER_BASE_DN - Static variable in class org.apache.directory.server.ldap.handlers.bind.SaslConstants
A key constant for storing the place where we are to search for user's pasword
SaslConstants - Class in org.apache.directory.server.ldap.handlers.bind
SASL Constants used to store informations releated to the Challenge/response exchange during the SASL negociation.
SaslConstants() - Constructor for class org.apache.directory.server.ldap.handlers.bind.SaslConstants
 
SaslFilter - Class in org.apache.directory.server.ldap.handlers.bind
An IoFilterAdapter that handles integrity and confidentiality protection for a SASL bound session.
SaslFilter(SaslServer) - Constructor for class org.apache.directory.server.ldap.handlers.bind.SaslFilter
Creates a new instance of SaslFilter.
SearchAbandonListener - Class in org.apache.directory.server.ldap.handlers
An AbandonListener implementation which closes an associated cursor or removes a DirectoryListener.
SearchAbandonListener(LdapService, EntryFilteringCursor, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapService, DirectoryListener) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchAbandonListener(LdapService, EntryFilteringCursor) - Constructor for class org.apache.directory.server.ldap.handlers.SearchAbandonListener
 
SearchHandler - Class in org.apache.directory.server.ldap.handlers
A handler for processing search requests.
SearchHandler() - Constructor for class org.apache.directory.server.ldap.handlers.SearchHandler
 
SearchTimeLimitingMonitor - Class in org.apache.directory.server.ldap.handlers
A ClosureMonitor implementation which takes into account a time limit.
SearchTimeLimitingMonitor(long, TimeUnit) - Constructor for class org.apache.directory.server.ldap.handlers.SearchTimeLimitingMonitor
Creates a new instance of SearchTimeLimitingMonitor.
sendGracefulDisconnect(List<IoSession>, GracefulDisconnect, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
Blocks to synchronously send the same GracefulDisconnect message to all managed sessions except for the requestor of the GracefulShutdown.
sendNoticeOfDisconnect(List<IoSession>, IoSession) - Static method in class org.apache.directory.server.ldap.handlers.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.handlers.extended.GracefulShutdownHandler
Sends a successful response.
ServerX509TrustManager - Class in org.apache.directory.server.ldap.handlers.ssl
An X509TrustManager for LDAP server.
ServerX509TrustManager() - Constructor for class org.apache.directory.server.ldap.handlers.ssl.ServerX509TrustManager
 
SERVICE_NAME - Static variable in class org.apache.directory.server.ldap.LdapService
the constant service name of this ldap protocol provider
SessionsFrame - Class in org.apache.directory.server.ldap.gui
 
SessionsFrame(LdapService) - Constructor for class org.apache.directory.server.ldap.gui.SessionsFrame
This is the default constructor
SessionsModel - Class in org.apache.directory.server.ldap.gui
 
setAbandonHandler(LdapRequestHandler<AbandonRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setAddHandler(LdapRequestHandler<AddRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setAllowAnonymousAccess(boolean) - Method in class org.apache.directory.server.ldap.LdapService
Sets whether to allow anonymous access or not.
setAnonymous() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to Anonymous
setAuthenticated() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to authenticated
setAuthPending() - Method in class org.apache.directory.server.ldap.LdapSession
Set the current BindStatus to authentication pending
setBindHandler(LdapRequestHandler<BindRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setCompareHandler(LdapRequestHandler<CompareRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setConfidentialityRequired(boolean) - Method in class org.apache.directory.server.ldap.LdapService
Sets the mode for this LdapService to accept requests with or without a TLS secured connection via either StartTLS extended operations or using LDAPS.
setCoreSession(CoreSession) - Method in class org.apache.directory.server.ldap.LdapSession
Sets the logical core DirectoryService session.
setDeleteHandler(LdapRequestHandler<DeleteRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.ldap.LdapService
 
setEnableLdaps(boolean) - Method in class org.apache.directory.server.ldap.LdapService
Sets if LDAPS is enabled or not.
setExtendedHandler(LdapRequestHandler<ExtendedRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setExtendedOperationHandlers(Collection<ExtendedOperationHandler>) - Method in class org.apache.directory.server.ldap.LdapService
Sets the ExtendedOperationHandlers.
setLdapProvider(IoHandler) - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
setLdapServer(LdapService) - Method in interface org.apache.directory.server.ldap.ExtendedOperationHandler
Sets the LDAP server for this extendedOperation handler.
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.handlers.extended.LaunchDiagnosticUiHandler
 
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.handlers.LdapRequestHandler
Associates a Ldap server instance to the message handler
setLdapServer(LdapService) - Method in class org.apache.directory.server.ldap.LdapSession
Store a reference on the LdapService intance
setMaxSizeLimit(int) - Method in class org.apache.directory.server.ldap.LdapService
Sets the maximum size limit in number of entries to return for search.
setMaxTimeLimit(int) - Method in class org.apache.directory.server.ldap.LdapService
Sets the maximum time limit in miliseconds to conduct a search.
setModifyDnHandler(LdapRequestHandler<ModifyDnRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setModifyHandler(LdapRequestHandler<ModifyRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setNtlmProvider(NtlmProvider) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
 
setNtlmProviderFqcn(String) - Method in class org.apache.directory.server.ldap.handlers.bind.ntlm.NtlmMechanismHandler
 
setRequestControls(OperationContext, Request) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts request controls from a request to populate into an OperationContext.
setRequestor(IoSession) - Method in class org.apache.directory.server.ldap.gui.SessionsFrame
 
setResponseControls(OperationContext, Response) - Static method in class org.apache.directory.server.ldap.LdapProtocolUtils
Extracts response controls from a an OperationContext to populate into a Response object.
setSaslHost(String) - Method in class org.apache.directory.server.ldap.LdapService
Sets the FQDN of this SASL host, validated during SASL negotiation.
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.handlers.BindHandler
Set the mechanisms handler map.
setSaslMechanismHandlers(Map<String, MechanismHandler>) - Method in class org.apache.directory.server.ldap.LdapService
 
setSaslPrincipal(String) - Method in class org.apache.directory.server.ldap.LdapService
Sets the Kerberos principal name for this LDAP service, used by GSSAPI.
setSaslQop(Set<String>) - Method in class org.apache.directory.server.ldap.LdapService
Sets the desired quality-of-protection, used by DIGEST-MD5 and GSSAPI.
setSaslRealms(List<String>) - Method in class org.apache.directory.server.ldap.LdapService
Sets the realms serviced by this SASL host, used by DIGEST-MD5 and GSSAPI.
setSearchHandler(LdapRequestHandler<SearchRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
setStarted(boolean) - Method in class org.apache.directory.server.ldap.LdapService
 
setSupportedControls(Set<String>) - Method in class org.apache.directory.server.ldap.LdapService
 
setTime(long) - Method in class org.apache.directory.server.ldap.gui.ShutdownProgress
 
setUnbindHandler(LdapRequestHandler<UnbindRequest>) - Method in class org.apache.directory.server.ldap.LdapService
 
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
SimpleMechanismHandler - Class in org.apache.directory.server.ldap.handlers.bind
A Dummy mechanism handler for Simple mechanism: not really used but needed for the mechanism map.
SimpleMechanismHandler() - Constructor for class org.apache.directory.server.ldap.handlers.bind.SimpleMechanismHandler
 
start() - Method in class org.apache.directory.server.ldap.LdapService
 
StartTlsHandler - Class in org.apache.directory.server.ldap.handlers.extended
Handler for the StartTLS extended operation.
StartTlsHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StartTlsHandler
 
stop() - Method in class org.apache.directory.server.ldap.LdapService
 
StoredProcedureExtendedOperationHandler - Class in org.apache.directory.server.ldap.handlers.extended
 
StoredProcedureExtendedOperationHandler() - Constructor for class org.apache.directory.server.ldap.handlers.extended.StoredProcedureExtendedOperationHandler
 

U

UnbindHandler - Class in org.apache.directory.server.ldap.handlers
A no reply protocol handler implementation for LDAP UnbindRequests.
UnbindHandler() - Constructor for class org.apache.directory.server.ldap.handlers.UnbindHandler
 
unregisterOutstandingRequest(AbandonableRequest) - Method in class org.apache.directory.server.ldap.LdapSession
Unregisters an outstanding request.
unwrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
NOT IMPLEMENTED

W

waitForDelay(int) - Static method in class org.apache.directory.server.ldap.handlers.extended.GracefulShutdownHandler
 
wrap(byte[], int, int) - Method in class org.apache.directory.server.ldap.handlers.bind.AbstractSaslServer
NOT IMPLEMENTED

A B C D E F G H I L M N O P R S U W

Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.