public class LDAPQueryResult extends Object
| Constructor and Description | 
|---|
LDAPQueryResult()  | 
LDAPQueryResult(Map<String,String[]> result)  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getAttributes()  | 
int | 
getDepth()  | 
List<LDAPQueryResult> | 
getSubResults()  | 
Map<String,String[]> | 
getValues()  | 
void | 
setAttributes(String[] attributes)  | 
void | 
setDepth(int depth)  | 
void | 
setSubResults(List<LDAPQueryResult> subResultListDto)  | 
void | 
setValues(Map<String,String[]> values)  | 
public String[] getAttributes()
public void setAttributes(String[] attributes)
public void setSubResults(List<LDAPQueryResult> subResultListDto)
public List<LDAPQueryResult> getSubResults()
public void setDepth(int depth)
public int getDepth()
Copyright © 2008–2020 The Plugin People. All rights reserved.