|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ldap.server.configuration.Configuration
org.apache.ldap.server.configuration.StartupConfiguration
org.apache.ldap.server.configuration.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 | |
---|---|
java.util.Collection |
getExtendedOperationHandlers()
|
int |
getLdapPort()
Returns LDAP TCP/IP port number to listen to. |
int |
getLdapsPort()
Returns LDAPS TCP/IP port number to listen to. |
java.io.File |
getLdifDirectory()
|
java.util.List |
getLdifFilters()
|
org.apache.mina.registry.ServiceRegistry |
getMinaServiceRegistry()
Returns MINA ServiceRegistry that will be used by ApacheDS. |
boolean |
isEnableChangePassword()
Returns true if Change Password support is enabled. |
boolean |
isEnableKerberos()
Returns true if Kerberos support is enabled. |
boolean |
isEnableNetworking()
Returns true if networking (LDAP, LDAPS, and Kerberos) is enabled. |
boolean |
isEnableNtp()
Returns true if Kerberos support is enabled. |
protected void |
setEnableChangePassword(boolean enableChangePassword)
Sets whether to enable Change Password support or not. |
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 |
setEnableNtp(boolean enableNtp)
Sets whether to enable Ntp support or not. |
protected void |
setExtendedOperationHandlers(java.util.Collection handlers)
|
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 |
setLdifDirectory(java.io.File ldifDirectory)
|
protected void |
setLdifFilters(java.util.List filters)
|
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, isAccessControlEnabled, isAllowAnonymousAccess, setAccessControlEnabled, 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 |
---|
public boolean isEnableNetworking()
public void setEnableNetworking(boolean enableNetworking)
public boolean isEnableKerberos()
public boolean isEnableChangePassword()
public boolean isEnableNtp()
protected void setEnableKerberos(boolean enableKerberos)
protected void setEnableChangePassword(boolean enableChangePassword)
protected void setEnableNtp(boolean enableNtp)
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.
public java.util.Collection getExtendedOperationHandlers()
protected void setExtendedOperationHandlers(java.util.Collection handlers)
public java.io.File getLdifDirectory()
protected void setLdifDirectory(java.io.File ldifDirectory)
public java.util.List getLdifFilters()
protected void setLdifFilters(java.util.List filters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |