Class LdapQueryResultRow
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
,String> QueryResultRow
LDAP implementation of Query Result Row.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
LdapQueryResultRow
public LdapQueryResultRow()
-
-
Method Details
-
get
Description copied from interface:QueryResultRow
Get this row's value for the specified attribute.- Specified by:
get
in interfaceQueryResultRow
- Parameters:
columnName
- the column/attribute name.- Returns:
- the column names as a Collection.
- Throws:
DataInclusionException
- if an error occurs retrieving the value.
-