|
|||||||||||
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.directory.server.configuration.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 | |
java.util.Collection |
getExtendedOperationHandlers()
|
int |
getLdapPort()
Returns LDAP TCP/IP port number to listen to. |
java.io.File |
getLdapsCertificateFile()
Returns the path of the X509 (or JKS) certificate file for LDAPS. |
java.lang.String |
getLdapsCertificatePassword()
Returns the password which is used to load the the SunX509 certificate file (either PKCS12 or JKS format). |
int |
getLdapsPort()
Returns LDAPS TCP/IP port number to listen to. |
java.io.File |
getLdifDirectory()
|
java.util.List |
getLdifFilters()
|
long |
getSynchPeriodMillis()
|
boolean |
isEnableChangePassword()
Returns true if Change Password support is enabled. |
boolean |
isEnableKerberos()
Returns true if Kerberos support is enabled. |
boolean |
isEnableLdaps()
Returns true if LDAPS 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. |
protected void |
setEnableLdaps(boolean enableLdaps)
Sets if LDAPS is enabled 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 |
setLdapsCertificateFile(java.io.File ldapsCertificateFile)
Sets the path of the SunX509 certificate file (either PKCS12 or JKS format) for LDAPS. |
protected void |
setLdapsCertificatePassword(java.lang.String ldapsCertificatePassword)
Sets the password which is used to load the LDAPS certificate file. |
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 |
setSynchPeriodMillis(long synchPeriodMillis)
|
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 |
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 boolean isEnableLdaps()
protected void setEnableLdaps(boolean enableLdaps)
public java.io.File getLdapsCertificateFile()
protected void setLdapsCertificateFile(java.io.File ldapsCertificateFile)
public java.lang.String getLdapsCertificatePassword()
protected void setLdapsCertificatePassword(java.lang.String ldapsCertificatePassword)
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)
protected void setSynchPeriodMillis(long synchPeriodMillis)
public long getSynchPeriodMillis()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |