Class LdapAuthenticator
- java.lang.Object
-
- com.yammer.dropwizard.authenticator.LdapAuthenticator
-
- Direct Known Subclasses:
LdapCanAuthenticate
public class LdapAuthenticator extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected LdapConfigurationconfiguration
-
Constructor Summary
Constructors Constructor Description LdapAuthenticator(LdapConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanauthenticate(io.dropwizard.auth.basic.BasicCredentials credentials)Optional<LdapUser>authenticateAndReturnPermittedGroups(io.dropwizard.auth.basic.BasicCredentials credentials)booleancanAuthenticate()
-
-
-
Field Detail
-
configuration
protected final LdapConfiguration configuration
-
-
Constructor Detail
-
LdapAuthenticator
public LdapAuthenticator(LdapConfiguration configuration)
-
-