org.opencrx.application.ldap
Class LDAPServer
java.lang.Object
org.opencrx.application.adapter.AbstractServer
org.opencrx.application.ldap.LDAPServer
- All Implemented Interfaces:
- Runnable
public class LDAPServer
- extends AbstractServer
LDAP server, handle LDAP directory requests.
| Fields inherited from class org.opencrx.application.adapter.AbstractServer |
bindAddress, delayOnStartup, isDebug, pmf, portNumber, providerName, serverName, serverSocket, sessions, sslKeyPass, sslKeystoreFile, sslKeystorePass, sslKeystoreType |
|
Constructor Summary |
protected |
LDAPServer(javax.jdo.PersistenceManagerFactory pmf,
String providerName,
String bindAddress,
int portNumber,
String sslKeystoreFile,
String sslKeystoreType,
String sslKeystorePass,
String sslKeyPass,
boolean isDebug,
int delayOnStartup)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPServer
protected LDAPServer(javax.jdo.PersistenceManagerFactory pmf,
String providerName,
String bindAddress,
int portNumber,
String sslKeystoreFile,
String sslKeystoreType,
String sslKeystorePass,
String sslKeyPass,
boolean isDebug,
int delayOnStartup)
newSession
public AbstractSession newSession(Socket socket,
AbstractServer server)
- Specified by:
newSession in class AbstractServer
This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.