Class ResourceAuthenticator
java.lang.Object
com.yammer.dropwizard.authenticator.ResourceAuthenticator
- All Implemented Interfaces:
io.dropwizard.auth.Authenticator<io.dropwizard.auth.basic.BasicCredentials,LdapUser>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(io.dropwizard.auth.basic.BasicCredentials credentials)
-
Constructor Details
-
ResourceAuthenticator
-
-
Method Details
-
authenticate
public Optional<LdapUser> authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) throws io.dropwizard.auth.AuthenticationException - Specified by:
authenticatein interfaceio.dropwizard.auth.Authenticator<io.dropwizard.auth.basic.BasicCredentials,LdapUser> - Throws:
io.dropwizard.auth.AuthenticationException
-