Skip navigation links
A C D E F G I K L M O P R S T U V 

A

AbstractProtocolService - Class in org.apache.directory.server.protocol.shared
An abstract base class for a ProtocolService.
AbstractProtocolService() - Constructor for class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
AbstractTransport - Class in org.apache.directory.server.protocol.shared.transport
 
AbstractTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class.
AbstractTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using localhost and port.
AbstractTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of an Abstract Transport class, using the given address and port.
AbstractTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class on LocalHost
AbstractTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Creates an instance of the AbstractTransport class
acceptor - Variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The IoAcceptor used to accept requests
addTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Add underlying transports

C

Catalog - Interface in org.apache.directory.server.protocol.shared.catalog
The interface for resolving search-base Dn's from zone or realm names.
clear() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
containsKey(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
containsValue(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
coreSession - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
a handle on the top core session

D

DEFAULT_BACKLOG_NB - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default backlog queue size
DEFAULT_NB_THREADS - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default number of threads
DirectoryBackedService - Class in org.apache.directory.server.protocol.shared
Base class shared by all protocol providers for configuration.
DirectoryBackedService() - Constructor for class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
DirectoryServiceOperation - Interface in org.apache.directory.server.protocol.shared.store
Interface to support the command pattern for LDAP operations.

E

enableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
enableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
entrySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.catalog.GetCatalog
Note that the base is relative to the existing context.
execute(CoreSession, Dn) - Method in class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Note that the base is a relative path from the existing context.
execute(Runnable) - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
 
execute(CoreSession, Dn) - Method in interface org.apache.directory.server.protocol.shared.store.DirectoryServiceOperation
The command pattern execute method.
execute() - Method in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Opens the LDIF file and loads the entries into the context.

F

filter(File, Dn, Entry, CoreSession) - Method in interface org.apache.directory.server.protocol.shared.store.LdifLoadFilter
Filters entries loaded from LDIF files by a LdifFileLoader.
filters - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the filters to use while loading entries into the server
findPrincipalEntry(CoreSession, Dn, String) - Static method in class org.apache.directory.server.protocol.shared.kerberos.StoreUtils
Finds the Entry associated with the Kerberos principal name.

G

get(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getAcceptor() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getAcceptor() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
getAddress() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getAddress() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getBackLog() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getBackLog() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getBaseDn(String) - Method in interface org.apache.directory.server.protocol.shared.catalog.Catalog
Returns the base Dn for searches, given a zone or realm name.
GetCatalog - Class in org.apache.directory.server.protocol.shared.catalog
A Session operation for building a catalog.
GetCatalog() - Constructor for class org.apache.directory.server.protocol.shared.catalog.GetCatalog
 
getCipherSuite() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getDatagramAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDatagramAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service supports UDP transport then this gets the non-null MINA DatagramAcceptor it uses.
getDirectoryService() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
getEnabledProtocols() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
getEnableSSL() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
getIntValue() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Gets an integer value for switches.
getNbThreads() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
getNbThreads() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
getPort() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Gets the port for this service.
getPort() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Gets the port for this service.
GetPrincipal - Class in org.apache.directory.server.protocol.shared.kerberos
Encapsulates the action of looking up a principal in an embedded ApacheDS DIT.
GetPrincipal(KerberosPrincipal) - Constructor for class org.apache.directory.server.protocol.shared.kerberos.GetPrincipal
Creates the action to be used against the embedded ApacheDS DIT.
getSearchBaseDn() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Returns the search base Dn.
getServiceId() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets the instance identifier for this ProtocolService.
getServiceId() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the instance identifier for this ProtocolService.
getServiceName() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets a descriptive name for the kind of service this represents.
getServiceName() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets a descriptive name for the kind of service this represents.
getSocketAcceptor(Transport) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getSocketAcceptor(Transport) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service support TCP transport then this gets the MINA SocketAcceptor it uses.
getTransports() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 

I

init() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Initialize the Acceptor if needed
init() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Initialize the Acceptor if needed
init() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Initialize the Acceptor if needed
init() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
Initialize the Acceptor if needed
isCatelogBased() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Gets true if this service uses a catalog for searching different regions of the DIT for its data.
isEmpty() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
isEnabled() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Services can be enabled or disabled.
isEnabled() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Services can be enabled or disabled.
isNeedClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
isSSLEnabled() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
isSSLEnabled() - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
 
isStarted() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Gets whether or not this service has been started.
isStarted() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets whether or not this service has been started.
isWantClientAuth() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 

K

keySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

L

ldif - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the LDIF file or directory containing LDIFs to load
LdifFileLoader - Class in org.apache.directory.server.protocol.shared.store
Support for commands to load an LDIF file into a DirContext.
LdifFileLoader(CoreSession, String) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(CoreSession, File, List<? extends LdifLoadFilter>, ClassLoader) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifLoadFilter - Interface in org.apache.directory.server.protocol.shared.store
A filter interface for the LDIF loader.
loader - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
the class loader to use if we cannot file the file as a path
LOCAL_HOST - Static variable in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
The default hostname

M

MapAdapter - Class in org.apache.directory.server.protocol.shared
Adapter to add the Map interface to Dictionary's.
MapAdapter(Dictionary<Object, Object>) - Constructor for class org.apache.directory.server.protocol.shared.MapAdapter
Creates a new instance of MapAdapter.

O

org.apache.directory.server.protocol.shared - package org.apache.directory.server.protocol.shared
 
org.apache.directory.server.protocol.shared.catalog - package org.apache.directory.server.protocol.shared.catalog
 
org.apache.directory.server.protocol.shared.kerberos - package org.apache.directory.server.protocol.shared.kerberos
 
org.apache.directory.server.protocol.shared.store - package org.apache.directory.server.protocol.shared.store
 
org.apache.directory.server.protocol.shared.transport - package org.apache.directory.server.protocol.shared.transport
 

P

ProtocolService - Interface in org.apache.directory.server.protocol.shared
Minimum functionality required by an ApacheDS protocol service.
put(Object, Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
putAll(Map) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

R

remove(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 

S

ServiceConfigurationException - Exception in org.apache.directory.server.protocol.shared
 
ServiceConfigurationException() - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String, Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(String) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
ServiceConfigurationException(Throwable) - Constructor for exception org.apache.directory.server.protocol.shared.ServiceConfigurationException
Creates a new instance of ServiceConfigurationException.
setAddress(String) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Stores the Address in this transport
setAddress(String) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the InetAddress for this transport.
setBackLog(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the size of the messages queue waiting for the acceptor to be ready.
setBackLog(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the size of the messages queue waiting for the acceptor to be ready.
setCatelogBased(boolean) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set true if this service uses a catalog for searching different regions of the DIT for its data.
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
setEnabled(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabled(boolean) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets whether or not this ProtocolService is enabled.
setEnabledCiphers(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled ciphers
setEnabledProtocols(List<String>) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the list of enabled protocols
setEnableSSL(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Enable or disable SSL
setEnableSSL(boolean) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Enable or disable SSL
setNbThreads(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Set the number of processing threads for the acceptor
setNbThreads(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Set the number of processing threads for the acceptor
setNeedClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the needClientAuth SSL flag
setPort(int) - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
Sets the port for this service.
setPort(int) - Method in interface org.apache.directory.server.protocol.shared.transport.Transport
Sets the port for this service.
setSearchBaseDn(String) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
 
setServiceId(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the instance identifier for this ProtocolService.
setServiceId(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the instance identifier for this ProtocolService.
setServiceName(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Sets the descriptive name for the kind of service this represents.
setServiceName(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the descriptive name for the kind of service this represents.
setStarted(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setTransports(Transport...) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
Set the underlying transports
setWantClientAuth(boolean) - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
Set the wantClientAuth SSL flag
size() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
StandardThreadPool - Class in org.apache.directory.server.protocol.shared
 
StandardThreadPool(int) - Constructor for class org.apache.directory.server.protocol.shared.StandardThreadPool
 
start() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Starts this ProtocolService which binds acceptors on the protocol port.
stop() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Stops this ProtocolService which unbinds acceptors on the protocol port.
stop() - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
TODO wont this hang if some tasks are sufficiently badly behaved?
StoreUtils - Class in org.apache.directory.server.protocol.shared.kerberos
Commonly used store utility operations.

T

TcpTransport - Class in org.apache.directory.server.protocol.shared.transport
 
TcpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
TcpTransport(int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class on localhost
TcpTransport(String, int, int, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.TcpTransport
Creates an instance of the TcpTransport class
toServerEntry(CoreSession, Dn, PrincipalStoreEntry) - Static method in class org.apache.directory.server.protocol.shared.kerberos.StoreUtils
Creates a Entry for a PrincipalStoreEntry, doing what a state factory does but for Entry instead of Attributes.
toString() - Method in class org.apache.directory.server.protocol.shared.transport.AbstractTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.TcpTransport
 
toString() - Method in class org.apache.directory.server.protocol.shared.transport.UdpTransport
 
toString() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
 
Transport - Interface in org.apache.directory.server.protocol.shared.transport
 
TransportProtocol - Enum in org.apache.directory.server.protocol.shared
Type safe enumeration for the transport protocol.
transports - Variable in class org.apache.directory.server.protocol.shared.AbstractProtocolService
The service transports.

U

UdpTransport - Class in org.apache.directory.server.protocol.shared.transport
 
UdpTransport() - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class
UdpTransport(int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class on localhost
UdpTransport(String, int) - Constructor for class org.apache.directory.server.protocol.shared.transport.UdpTransport
Creates an instance of the UdpTransport class

V

valueOf(String) - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns the enum constant of this type with the specified name.
values() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
values() - Static method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I K L M O P R S T U V 
Skip navigation links

Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.