Class JNDIRealm.JNDIConnection
java.lang.Object
org.apache.catalina.realm.JNDIRealm.JNDIConnection
-
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
.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
. -
context
The directory context linking us to our directory server.
-
-
Constructor Details
-
JNDIConnection
protected JNDIConnection()
-