Class LdapCanAuthenticate
java.lang.Object
com.yammer.dropwizard.authenticator.LdapAuthenticator
com.yammer.dropwizard.authenticator.LdapCanAuthenticate
-
Field Summary
Fields inherited from class com.yammer.dropwizard.authenticator.LdapAuthenticator
configuration, groupCache -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(io.dropwizard.auth.basic.BasicCredentials credentials) Methods inherited from class com.yammer.dropwizard.authenticator.LdapAuthenticator
authenticateAndReturnPermittedGroups, canAuthenticate, isValidUser
-
Constructor Details
-
LdapCanAuthenticate
-
-
Method Details
-
authenticate
public boolean authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) throws io.dropwizard.auth.AuthenticationException - Overrides:
authenticatein classLdapAuthenticator- Throws:
io.dropwizard.auth.AuthenticationException
-