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 Summary
Fields Modifier and Type Field Description protected DirContextcontextprotected Stringidprotected longlastBorrowTime
-
Constructor Summary
Constructors Modifier Constructor Description protectedDirContextConnection()
-
-
-
Field Detail
-
id
protected String id
-
lastBorrowTime
protected long lastBorrowTime
-
context
protected DirContext context
-
-