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.final MessageFormatThe MessageFormat object associated with the currentroleBase.final MessageFormatThe MessageFormat object associated with the currentroleSearch.final booleanA flag that indicates that roleSearch includes a reference to the {2} placeholder.final MessageFormat[]An array of MessageFormat objects associated with the currentuserPatternArray.final MessageFormatThe MessageFormat object associated with the currentuserSearch. -
Constructor Summary
ConstructorsConstructorDescriptionJNDIConnection(String userSearch, String[] userPatternArray, String roleBase, String roleSearch) Constructs a new JNDIConnection. -
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 final 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
-