|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.teiid.translator.ldap.LDAPSearchDetails
public class LDAPSearchDetails
Utility class used to maintain the details of a particular LDAP search, such as the context, the attributes of interest, the filter, and the search scope.
| Constructor Summary | |
|---|---|
LDAPSearchDetails(String name,
int searchScope,
String filter,
ArrayList attributeList,
SortKey[] keys,
long limit,
ArrayList elementList)
Constructor |
|
| Method Summary | |
|---|---|
ArrayList |
getAttributeList()
get the attribute list |
String |
getContextFilter()
get the context filter |
String |
getContextName()
get the context name |
long |
getCountLimit()
get the count limit |
ArrayList<Column> |
getElementList()
get the element list |
int |
getSearchScope()
get the context name |
SortKey[] |
getSortKeys()
get the sort keys |
void |
printDetailsToLog()
Print Method for Logging - (Detail level logging) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPSearchDetails(String name,
int searchScope,
String filter,
ArrayList attributeList,
SortKey[] keys,
long limit,
ArrayList elementList)
name - the context namesearchScope - the search scopefilter - the context filterattributeList - the list of attributeskeys - limit - elementList - | Method Detail |
|---|
public String getContextName()
public int getSearchScope()
public String getContextFilter()
public ArrayList getAttributeList()
public ArrayList<Column> getElementList()
public SortKey[] getSortKeys()
public long getCountLimit()
public void printDetailsToLog()
throws NamingException
NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||