Uses of Class
com.yammer.dropwizard.authenticator.LdapUser
-
Packages that use LdapUser Package Description com.yammer.dropwizard.authenticator -
-
Uses of LdapUser in com.yammer.dropwizard.authenticator
Methods in com.yammer.dropwizard.authenticator that return types with arguments of type LdapUser Modifier and Type Method Description Optional<LdapUser>ResourceAuthenticator. authenticate(io.dropwizard.auth.basic.BasicCredentials credentials)Optional<LdapUser>UserResourceAuthenticator. authenticate(io.dropwizard.auth.basic.BasicCredentials credentials)Optional<LdapUser>LdapAuthenticator. authenticateAndReturnPermittedGroups(io.dropwizard.auth.basic.BasicCredentials credentials)
-