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 Summary
FieldsModifier and TypeFieldDescriptionprotected DirContextThe directory context linking us to our directory server.protected MessageFormatThe MessageFormat object associated with the currentroleBase.protected MessageFormatThe MessageFormat object associated with the currentroleSearch.protected MessageFormat[]An array of MessageFormat objects associated with the currentuserPatternArray.protected MessageFormatThe MessageFormat object associated with the currentuserSearch. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userSearchFormat
The MessageFormat object associated with the currentuserSearch. -
userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray. -
roleBaseFormat
The MessageFormat object associated with the currentroleBase. -
roleFormat
The MessageFormat object associated with the currentroleSearch. -
context
The directory context linking us to our directory server.
-
-
Constructor Details
-
JNDIConnection
protected JNDIConnection()
-