Package org.apache.catalina.realm
Class JNDIRealm.JNDIConnection
java.lang.Object
org.apache.catalina.realm.JNDIRealm.JNDIConnection
-
Field Summary
Modifier and TypeFieldDescriptionThe directory context linking us to our directory server.final MessageFormat
The MessageFormat object associated with the currentroleBase
.final MessageFormat
The MessageFormat object associated with the currentroleSearch
.final MessageFormat[]
An array of MessageFormat objects associated with the currentuserPatternArray
.final MessageFormat
The MessageFormat object associated with the currentuserSearch
. -
Constructor Summary
ConstructorDescriptionJNDIConnection
(String userSearch, String[] userPatternArray, String roleBase, String roleSearch) -
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
-