|
||||||||||
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
org.apache.geronimo.directory.MutableServerStartupConfiguration
A mutable version of ServerStartupConfiguration
.
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 | |
MutableServerStartupConfiguration()
|
Method Summary | |
void |
setAllowAnonymousAccess(boolean arg0)
|
void |
setAuthenticatorConfigurations(Set arg0)
|
void |
setBootstrapSchemas(Set arg0)
|
void |
setContextPartitionConfigurations(Set arg0)
|
void |
setEnableKerberos(boolean enableKerberos)
Sets whether to enable Kerberos support or not. |
void |
setHost(InetAddress host)
|
void |
setInterceptorConfigurations(List arg0)
|
void |
setLdapPort(int ldapPort)
Sets LDAP TCP/IP port number to listen to. |
void |
setLdapsPort(int ldapsPort)
Sets LDAPS TCP/IP port number to listen to. |
void |
setTestEntries(List arg0)
|
void |
setWorkingDirectory(File arg0)
|
Methods inherited from class org.apache.geronimo.directory.ServerStartupConfiguration |
getHost, getLdapPort, getLdapsPort, isEnableKerberos, isEnableNetworking, setEnableNetworking |
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, setDenormalizeOpAttrsEnabled, setExitVmOnShutdown, setMaxSizeLimit, setMaxThreads, setMaxTimeLimit, setShutdownHookEnabled, setSystemPartitionConfiguration, 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 |
public MutableServerStartupConfiguration()
Method Detail |
public void setAllowAnonymousAccess(boolean arg0)
public void setAuthenticatorConfigurations(Set arg0)
public void setBootstrapSchemas(Set arg0)
public void setContextPartitionConfigurations(Set arg0)
public void setInterceptorConfigurations(List arg0)
public void setTestEntries(List arg0)
public void setWorkingDirectory(File arg0)
public void setEnableKerberos(boolean enableKerberos)
ServerStartupConfiguration
setEnableKerberos
in class ServerStartupConfiguration
public void setHost(InetAddress host)
setHost
in class ServerStartupConfiguration
public void setLdapPort(int ldapPort)
ServerStartupConfiguration
setLdapPort
in class ServerStartupConfiguration
public void setLdapsPort(int ldapsPort)
ServerStartupConfiguration
setLdapsPort
in class ServerStartupConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |