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
Modifier 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
-
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()
-