001package co.codewizards.cloudstore.rest.server.ldap; 002 003import co.codewizards.cloudstore.rest.server.auth.Auth; 004 005public interface LdapClient { 006 String authenticate(final Auth auth); 007}