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 TypeFieldDescriptionThe directory context linking us to our directory server.The MessageFormat object associated with the currentroleBase.The MessageFormat object associated with the currentroleSearch.booleanA flag that indicates that roleSearch includes a reference to the {2} placeholder.An array of MessageFormat objects associated with the currentuserPatternArray.The 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. -
roleFormatUsesUserRoleAttribute
public boolean roleFormatUsesUserRoleAttributeA flag that indicates that roleSearch includes a reference to the {2} placeholder. -
context
The directory context linking us to our directory server.
-
-
Constructor Details
-
JNDIConnection
protected JNDIConnection()
-