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()intgetDepth()List<LDAPQueryResult>getSubResults()Map<String,String[]>getValues()voidsetAttributes(String[] attributes)voidsetDepth(int depth)voidsetSubResults(List<LDAPQueryResult> subResultListDto)voidsetValues(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()
-
-