Package net.sf.michaelo.tomcat.realm
Class ActiveDirectoryRealm.DirContextConnection
- java.lang.Object
- 
- net.sf.michaelo.tomcat.realm.ActiveDirectoryRealm.DirContextConnection
 
- 
- Enclosing class:
- ActiveDirectoryRealm
 
 protected static class ActiveDirectoryRealm.DirContextConnection extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected DirContextcontextprotected Stringidprotected longlastBorrowTime
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedDirContextConnection()
 
- 
- 
- 
Field Detail- 
idprotected String id 
 - 
lastBorrowTimeprotected long lastBorrowTime 
 - 
contextprotected DirContext context 
 
- 
 
-