Modifier and Type | Field and Description |
---|---|
DirContext |
context
The directory context linking us to our directory server.
|
MessageFormat |
roleBaseFormat
The MessageFormat object associated with the current
roleBase . |
MessageFormat |
roleFormat
The MessageFormat object associated with the current
roleSearch . |
MessageFormat[] |
userPatternFormatArray
An array of MessageFormat objects associated with the current
userPatternArray . |
MessageFormat |
userSearchFormat
The MessageFormat object associated with the current
userSearch . |
Constructor and Description |
---|
JNDIConnection(String userSearch,
String[] userPatternArray,
String roleBase,
String roleSearch) |
public final MessageFormat userSearchFormat
userSearch
.public final MessageFormat[] userPatternFormatArray
userPatternArray
.public final MessageFormat roleBaseFormat
roleBase
.public final MessageFormat roleFormat
roleSearch
.public volatile DirContext context
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.