Package org.apache.catalina.realm
Class JNDIRealm.JNDIConnection
java.lang.Object
org.apache.catalina.realm.JNDIRealm.JNDIConnection
- Enclosing class:
- JNDIRealm
Class holding the connection to the directory plus the associated non thread safe message formats.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe directory context linking us to our directory server.final MessageFormatThe MessageFormat object associated with the currentroleBase.final MessageFormatThe MessageFormat object associated with the currentroleSearch.final MessageFormat[]An array of MessageFormat objects associated with the currentuserPatternArray.final MessageFormatThe MessageFormat object associated with the currentuserSearch.
- 
Constructor SummaryConstructorsConstructorDescriptionJNDIConnection(String userSearch, String[] userPatternArray, String roleBase, String roleSearch) 
- 
Method Summary
- 
Field Details- 
userSearchFormatThe MessageFormat object associated with the currentuserSearch.
- 
userPatternFormatArrayAn array of MessageFormat objects associated with the currentuserPatternArray.
- 
roleBaseFormatThe MessageFormat object associated with the currentroleBase.
- 
roleFormatThe MessageFormat object associated with the currentroleSearch.
- 
contextThe directory context linking us to our directory server.
 
- 
- 
Constructor Details- 
JNDIConnection
 
-