|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.configuration.Configuration
org.apache.directory.server.core.configuration.StartupConfiguration
org.apache.geronimo.directory.ServerStartupConfiguration
A StartupConfiguration
that starts up ApacheDS with network layer support.
Field Summary |
Fields inherited from class org.apache.directory.server.core.configuration.StartupConfiguration |
MAX_SIZE_LIMIT_DEFAULT, MAX_THREADS_DEFAULT, MAX_TIME_LIMIT_DEFAULT |
Fields inherited from class org.apache.directory.server.core.configuration.Configuration |
DEFAULT_INSTANCE_ID, JNDI_KEY |
Constructor Summary | |
protected |
ServerStartupConfiguration()
|
Method Summary | |
protected InetAddress |
getHost()
|
int |
getLdapPort()
Returns LDAP TCP/IP port number to listen to. |
int |
getLdapsPort()
Returns LDAPS TCP/IP port number to listen to. |
boolean |
isEnableKerberos()
Returns true if Kerberos support is enabled. |
boolean |
isEnableNetworking()
Returns true if networking (LDAP, LDAPS, and Kerberos) is enabled. |
protected void |
setEnableKerberos(boolean enableKerberos)
Sets whether to enable Kerberos support or not. |
void |
setEnableNetworking(boolean enableNetworking)
Sets whether to enable networking (LDAP, LDAPS, and Kerberos) or not. |
protected void |
setHost(InetAddress host)
|
protected void |
setLdapPort(int ldapPort)
Sets LDAP TCP/IP port number to listen to. |
protected void |
setLdapsPort(int ldapsPort)
Sets LDAPS TCP/IP port number to listen to. |
Methods inherited from class org.apache.directory.server.core.configuration.StartupConfiguration |
getAuthenticatorConfigurations, getBootstrapSchemas, getContextPartitionConfigurations, getInterceptorConfigurations, getMaxSizeLimit, getMaxThreads, getMaxTimeLimit, getSystemPartitionConfiguration, getTestEntries, getWorkingDirectory, isAccessControlEnabled, isAllowAnonymousAccess, isDenormalizeOpAttrsEnabled, isExitVmOnShutdown, isShutdownHookEnabled, setAccessControlEnabled, setAllowAnonymousAccess, setAuthenticatorConfigurations, setBootstrapSchemas, setContextPartitionConfigurations, setDenormalizeOpAttrsEnabled, setExitVmOnShutdown, setInterceptorConfigurations, setMaxSizeLimit, setMaxThreads, setMaxTimeLimit, setShutdownHookEnabled, setSystemPartitionConfiguration, setTestEntries, setWorkingDirectory, validate |
Methods inherited from class org.apache.directory.server.core.configuration.Configuration |
clone, getInstanceId, setInstanceId, toConfiguration, toJndiEnvironment |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ServerStartupConfiguration()
Method Detail |
protected InetAddress getHost()
protected void setHost(InetAddress host)
public boolean isEnableNetworking()
public void setEnableNetworking(boolean enableNetworking)
public boolean isEnableKerberos()
protected void setEnableKerberos(boolean enableKerberos)
public int getLdapPort()
protected void setLdapPort(int ldapPort)
public int getLdapsPort()
protected void setLdapsPort(int ldapsPort)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |