public class GetLDAPData extends Object implements Component, Serviceable
Modifier and Type | Field and Description |
---|---|
private LDAPConnector |
_ldapConnector |
Constructor and Description |
---|
GetLDAPData() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<Map<String,String>>> |
getData(String datasourceId,
String dn)
Get the attributes for this DN
|
void |
service(ServiceManager smanager) |
private LDAPConnector _ldapConnector
public GetLDAPData()
public void service(ServiceManager smanager) throws ServiceException
service
in interface Serviceable
ServiceException
public Map<String,List<Map<String,String>>> getData(String datasourceId, String dn) throws ProcessingException
datasourceId
- The ldap datasource iddn
- The ldap dnProcessingException
- If an error occurred with ldap