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 Constructor Description JNDIConnection(String userSearch, String[] userPatternArray, String roleBase, String roleSearch)
-
-
-
Field Detail
-
userSearchFormat
public final MessageFormat userSearchFormat
The MessageFormat object associated with the currentuserSearch
.
-
userPatternFormatArray
public final MessageFormat[] userPatternFormatArray
An array of MessageFormat objects associated with the currentuserPatternArray
.
-
roleBaseFormat
public final MessageFormat roleBaseFormat
The MessageFormat object associated with the currentroleBase
.
-
roleFormat
public final MessageFormat roleFormat
The MessageFormat object associated with the currentroleSearch
.
-
context
public volatile DirContext context
The directory context linking us to our directory server.
-
-