Package org.jbpm.services.task.utils
Class LdapSearcher.LdapResults
- java.lang.Object
-
- org.jbpm.services.task.utils.LdapSearcher.LdapResults
-
- Enclosing class:
- LdapSearcher
public class LdapSearcher.LdapResults extends Object
-
-
Constructor Summary
Constructors Constructor Description LdapResults(List<SearchResult> searchResults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAttributeResults(String attributeId)
List<SearchResult>
getSearchResults()
String
getSingleAttributeResult(String attributeId)
SearchResult
getSingleSearchResult()
-
-
-
Constructor Detail
-
LdapResults
public LdapResults(List<SearchResult> searchResults)
-
-
Method Detail
-
getSingleSearchResult
public SearchResult getSingleSearchResult()
-
getSearchResults
public List<SearchResult> getSearchResults()
-
-