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 DirContext
context
The directory context linking us to our directory server.MessageFormat
roleBaseFormat
The MessageFormat object associated with the currentroleBase
.MessageFormat
roleFormat
The MessageFormat object associated with the currentroleSearch
.MessageFormat[]
userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray
.MessageFormat
userSearchFormat
The MessageFormat object associated with the currentuserSearch
.
-
Constructor Summary
Constructors Modifier Constructor Description protected
JNDIConnection()
-
-
-
Field Detail
-
userSearchFormat
public MessageFormat userSearchFormat
The MessageFormat object associated with the currentuserSearch
.
-
userPatternFormatArray
public MessageFormat[] userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray
.
-
roleBaseFormat
public MessageFormat roleBaseFormat
The MessageFormat object associated with the currentroleBase
.
-
roleFormat
public MessageFormat roleFormat
The MessageFormat object associated with the currentroleSearch
.
-
context
public DirContext context
The directory context linking us to our directory server.
-
-