com.capitalone.dashboard.service.LdapService Maven / Gradle / Ivy
package com.capitalone.dashboard.service;
public interface LdapService {
String getLdapDN(String userName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.capitalone.dashboard.service;
public interface LdapService {
String getLdapDN(String userName);
}