protected static class JNDIRealm.JNDIConnection
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.naming.directory.DirContext |
context
The directory context linking us to our directory server.
|
protected java.text.MessageFormat |
roleBaseFormat
The MessageFormat object associated with the current
roleBase. |
protected java.text.MessageFormat |
roleFormat
The MessageFormat object associated with the current
roleSearch. |
protected java.text.MessageFormat[] |
userPatternFormatArray
An array of MessageFormat objects associated with the current
userPatternArray. |
protected java.text.MessageFormat |
userSearchFormat
The MessageFormat object associated with the current
userSearch. |
| Modifier | Constructor and Description |
|---|---|
protected |
JNDIConnection() |
protected java.text.MessageFormat userSearchFormat
userSearch.protected java.text.MessageFormat[] userPatternFormatArray
userPatternArray.protected java.text.MessageFormat roleBaseFormat
roleBase.protected java.text.MessageFormat roleFormat
roleSearch.protected javax.naming.directory.DirContext context
Copyright © 2000-1969 Apache Software Foundation. All Rights Reserved.