Package org.apache.catalina.realm
Class JNDIRealm.JNDIConnection
- java.lang.Object
-
- org.apache.catalina.realm.JNDIRealm.JNDIConnection
-
-
Field Summary
Fields Modifier and Type Field Description protected DirContext
context
The directory context linking us to our directory server.protected MessageFormat
roleBaseFormat
The MessageFormat object associated with the currentroleBase
.protected MessageFormat
roleFormat
The MessageFormat object associated with the currentroleSearch
.protected MessageFormat[]
userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray
.protected MessageFormat
userSearchFormat
The MessageFormat object associated with the currentuserSearch
.
-
Constructor Summary
Constructors Modifier Constructor Description protected
JNDIConnection()
-
-
-
Field Detail
-
userSearchFormat
protected MessageFormat userSearchFormat
The MessageFormat object associated with the currentuserSearch
.
-
userPatternFormatArray
protected MessageFormat[] userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray
.
-
roleBaseFormat
protected MessageFormat roleBaseFormat
The MessageFormat object associated with the currentroleBase
.
-
roleFormat
protected MessageFormat roleFormat
The MessageFormat object associated with the currentroleSearch
.
-
context
protected DirContext context
The directory context linking us to our directory server.
-
-