Class LdapCanAuthenticate
- java.lang.Object
-
- com.yammer.dropwizard.authenticator.LdapAuthenticator
-
- com.yammer.dropwizard.authenticator.LdapCanAuthenticate
-
public class LdapCanAuthenticate extends LdapAuthenticator
-
-
Field Summary
-
Fields inherited from class com.yammer.dropwizard.authenticator.LdapAuthenticator
configuration
-
-
Constructor Summary
Constructors Constructor Description LdapCanAuthenticate(LdapConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanauthenticate(io.dropwizard.auth.basic.BasicCredentials credentials)-
Methods inherited from class com.yammer.dropwizard.authenticator.LdapAuthenticator
authenticateAndReturnPermittedGroups, canAuthenticate
-
-
-
-
Constructor Detail
-
LdapCanAuthenticate
public LdapCanAuthenticate(LdapConfiguration configuration)
-
-
Method Detail
-
authenticate
public boolean authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) throws io.dropwizard.auth.AuthenticationException- Overrides:
authenticatein classLdapAuthenticator- Throws:
io.dropwizard.auth.AuthenticationException
-
-