com.capitalone.dashboard.service.LdapService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api-audit Show documentation
Show all versions of api-audit Show documentation
Hygieia Audit Rest API Layer
package com.capitalone.dashboard.service;
public interface LdapService {
String getLdapDN(String userName);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy