- 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
-
- 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.