Class LDAPQueryResult
- java.lang.Object
-
- com.javahollic.jira.emh.api.integration.beans.LDAPQueryResult
-
public class LDAPQueryResult extends Object
-
-
Constructor Summary
Constructors Constructor Description LDAPQueryResult()
LDAPQueryResult(Map<String,String[]> result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getAttributes
public String[] getAttributes()
-
setAttributes
public void setAttributes(String[] attributes)
-
setSubResults
public void setSubResults(List<LDAPQueryResult> subResultListDto)
-
getSubResults
public List<LDAPQueryResult> getSubResults()
-
setDepth
public void setDepth(int depth)
-
getDepth
public int getDepth()
-
-