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 javax.naming.directory.DirContextcontextThe directory context linking us to our directory server.java.text.MessageFormatroleBaseFormatThe MessageFormat object associated with the currentroleBase.java.text.MessageFormatroleFormatThe MessageFormat object associated with the currentroleSearch.java.text.MessageFormat[]userPatternFormatArrayAn array of MessageFormat objects associated with the currentuserPatternArray.java.text.MessageFormatuserSearchFormatThe MessageFormat object associated with the currentuserSearch.
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedJNDIConnection()
 
- 
- 
- 
Field Detail- 
userSearchFormatpublic java.text.MessageFormat userSearchFormat The MessageFormat object associated with the currentuserSearch.
 - 
userPatternFormatArraypublic java.text.MessageFormat[] userPatternFormatArray An array of MessageFormat objects associated with the currentuserPatternArray.
 - 
roleBaseFormatpublic java.text.MessageFormat roleBaseFormat The MessageFormat object associated with the currentroleBase.
 - 
roleFormatpublic java.text.MessageFormat roleFormat The MessageFormat object associated with the currentroleSearch.
 - 
contextpublic javax.naming.directory.DirContext context The directory context linking us to our directory server.
 
- 
 
-