protected static class ActiveDirectoryAuthority.DCSessionInfo
extends java.lang.Object
| Constructor and Description |
|---|
DCSessionInfo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnection()
Close the connection handle.
|
protected void |
closeIfExpired(long currentTime)
Close connection if it has expired.
|
javax.naming.ldap.LdapContext |
getSession(java.lang.String domainControllerName,
ActiveDirectoryAuthority.DCConnectionParameters params,
java.lang.String ldapConnectionTimeout)
Initialize the session.
|
protected boolean |
isOpen()
Check if open
|
public javax.naming.ldap.LdapContext getSession(java.lang.String domainControllerName,
ActiveDirectoryAuthority.DCConnectionParameters params,
java.lang.String ldapConnectionTimeout)
throws org.apache.manifoldcf.core.interfaces.ManifoldCFException
org.apache.manifoldcf.core.interfaces.ManifoldCFExceptionprotected void closeConnection()
protected void closeIfExpired(long currentTime)
protected boolean isOpen()