|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.ldap.server.configuration.Configuration org.apache.ldap.server.configuration.StartupConfiguration org.apache.geronimo.directory.ServerStartupConfiguration
public class ServerStartupConfiguration
A StartupConfiguration
that starts up ApacheDS with network layer support.
Field Summary |
---|
Fields inherited from class org.apache.ldap.server.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. |
org.apache.mina.registry.ServiceRegistry |
getMinaServiceRegistry()
Returns MINA ServiceRegistry that will be used by ApacheDS. |
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. |
protected void |
setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
Sets MINA ServiceRegistry that will be used by ApacheDS. |
Methods inherited from class org.apache.ldap.server.configuration.StartupConfiguration |
---|
getAuthenticatorConfigurations, getBootstrapSchemas, getContextPartitionConfigurations, getInterceptorConfigurations, getTestEntries, getWorkingDirectory, isAllowAnonymousAccess, setAllowAnonymousAccess, setAuthenticatorConfigurations, setBootstrapSchemas, setContextPartitionConfigurations, setInterceptorConfigurations, setTestEntries, setWorkingDirectory, validate |
Methods inherited from class org.apache.ldap.server.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)
public org.apache.mina.registry.ServiceRegistry getMinaServiceRegistry()
ServiceRegistry
that will be used by ApacheDS.
protected void setMinaServiceRegistry(org.apache.mina.registry.ServiceRegistry minaServiceRegistry)
ServiceRegistry
that will be used by ApacheDS.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |