Package org.apache.catalina.realm
Class JNDIRealm.JNDIConnection
- java.lang.Object
- 
- org.apache.catalina.realm.JNDIRealm.JNDIConnection
 
- 
- Enclosing class:
- JNDIRealm
 
 protected static class JNDIRealm.JNDIConnection extends java.lang.ObjectClass holding the connection to the directory plus the associated non thread safe message formats.
- 
- 
Field SummaryFields Modifier and Type Field Description protected javax.naming.directory.DirContextcontextThe directory context linking us to our directory server.protected java.text.MessageFormatroleBaseFormatThe MessageFormat object associated with the currentroleBase.protected java.text.MessageFormatroleFormatThe MessageFormat object associated with the currentroleSearch.protected java.text.MessageFormat[]userPatternFormatArrayAn array of MessageFormat objects associated with the currentuserPatternArray.protected java.text.MessageFormatuserSearchFormatThe MessageFormat object associated with the currentuserSearch.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedJNDIConnection()
 
- 
- 
- 
Field Detail- 
userSearchFormatprotected java.text.MessageFormat userSearchFormat The MessageFormat object associated with the currentuserSearch.
 - 
userPatternFormatArrayprotected java.text.MessageFormat[] userPatternFormatArray An array of MessageFormat objects associated with the currentuserPatternArray.
 - 
roleBaseFormatprotected java.text.MessageFormat roleBaseFormat The MessageFormat object associated with the currentroleBase.
 - 
roleFormatprotected java.text.MessageFormat roleFormat The MessageFormat object associated with the currentroleSearch.
 - 
contextprotected javax.naming.directory.DirContext context The directory context linking us to our directory server.
 
- 
 
-