Class GetLDAPData
java.lang.Object
org.ametys.plugins.datasourcesexplorer.GetLDAPData
- All Implemented Interfaces:
Component
,Serviceable
Component to get ldap data
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
GetLDAPData
public GetLDAPData()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getData
public Map<String,List<Map<String, getDataString>>> (String datasourceId, String dn) throws ProcessingException Get the attributes for this DN- Parameters:
datasourceId
- The ldap datasource iddn
- The ldap dn- Returns:
- The attributes of this ldap node
- Throws:
ProcessingException
- If an error occurred with ldap
-