A B 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
 

B

bind(SocketAddress, IoHandler, IoServiceConfig) - Method in class org.apache.directory.server.protocol.shared.DatagramAcceptor
 
bind(SocketAddress, IoHandler, IoServiceConfig) - Method in class org.apache.directory.server.protocol.shared.SocketAcceptor
 

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
 
ContextOperation - Interface in org.apache.directory.server.protocol.shared.store
Interface to support the command pattern with JNDI contexts.
ctx - Variable in class org.apache.directory.server.protocol.shared.store.LdifFileLoader
a handle on the top initial context: get new context from this

D

DatagramAcceptor - Class in org.apache.directory.server.protocol.shared
Extension around a MINA DatagramAcceptor to facilitate better usage with Spring.
DatagramAcceptor(Executor) - Constructor for class org.apache.directory.server.protocol.shared.DatagramAcceptor
 
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
 

E

entrySet() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
execute(DirContext, Name) - Method in class org.apache.directory.server.protocol.shared.catalog.GetCatalog
Note that the base is relative to the existing context.
execute(Runnable) - Method in class org.apache.directory.server.protocol.shared.StandardThreadPool
 
execute(DirContext, Name) - Method in interface org.apache.directory.server.protocol.shared.store.ContextOperation
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, String, Attributes, DirContext) - 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

G

get(Object) - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
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 JNDI context operation for building a catalog.
GetCatalog() - Constructor for class org.apache.directory.server.protocol.shared.catalog.GetCatalog
 
getDatagramAcceptor() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getDatagramAcceptor() - 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.AbstractProtocolService
 
getDirectoryService() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the DirectoryService assigned to this ProtocolService.
getIntValue() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
Gets an integer value for switches.
getIpAddress() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getIpAddress() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the IP address of this service.
getIpPort() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getIpPort() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the IP port for this service.
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
 
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
 
getServiceName() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets a descriptive name for the kind of service this represents.
getSocketAcceptor() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getSocketAcceptor() - 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.
getTransportProtocols() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
getTransportProtocols() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the transport protocols used by this service.

I

isCatelogBased() - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Gets true if this service uses a catelog 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
 
isEnabled() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Services can be enabled or disabled.
isStarted() - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
isStarted() - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets whether or not this service has been started.

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(DirContext, String) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(DirContext, File, List<? extends LdifLoadFilter>) - Constructor for class org.apache.directory.server.protocol.shared.store.LdifFileLoader
Creates a new instance of LdifFileLoader.
LdifFileLoader(DirContext, 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

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.store - package org.apache.directory.server.protocol.shared.store
 

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.
setCatelogBased(boolean) - Method in class org.apache.directory.server.protocol.shared.DirectoryBackedService
Set true if this service uses a catelog for searching different regions of the DIT for its data.
setDatagramAcceptor(DatagramAcceptor) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setDatagramAcceptor(DatagramAcceptor) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service supports UDP transport then this sets the MINA DatagramAcceptor it uses.
setDirectoryService(DirectoryService) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setDirectoryService(DirectoryService) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the DirectoryService assigned to this ProtocolService.
setEnabled(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setEnabled(boolean) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets whether or not this ProtocolService is enabled.
setIpAddress(String) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setIpAddress(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Gets the IP address of this service.
setIpPort(int) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setIpPort(int) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the IP 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
 
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
 
setServiceName(String) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the descriptive name for the kind of service this represents.
setSocketAcceptor(SocketAcceptor) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setSocketAcceptor(SocketAcceptor) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
If this protocol service support TCP transport then this sets the MINA SocketAcceptor it uses.
setStarted(boolean) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setTransportProtocols(Set<TransportProtocol>) - Method in class org.apache.directory.server.protocol.shared.AbstractProtocolService
 
setTransportProtocols(Set<TransportProtocol>) - Method in interface org.apache.directory.server.protocol.shared.ProtocolService
Sets the transport protocols used by this service.
size() - Method in class org.apache.directory.server.protocol.shared.MapAdapter
 
SocketAcceptor - Class in org.apache.directory.server.protocol.shared
 
SocketAcceptor(Executor) - Constructor for class org.apache.directory.server.protocol.shared.SocketAcceptor
 
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?

T

toString() - Method in enum org.apache.directory.server.protocol.shared.TransportProtocol
 
TransportProtocol - Enum in org.apache.directory.server.protocol.shared
Type safe enumeration for the transport protocol.

U

unbind(SocketAddress) - Method in class org.apache.directory.server.protocol.shared.DatagramAcceptor
 
unbind(SocketAddress) - Method in class org.apache.directory.server.protocol.shared.SocketAcceptor
 

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 B C D E F G I K L M O P R S T U V

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