public class SampleBasicAuthenticator extends Object implements io.dropwizard.auth.Authenticator<io.dropwizard.auth.basic.BasicCredentials,io.dropwizard.auth.PrincipalImpl>
Constructor and Description |
---|
SampleBasicAuthenticator() |
Modifier and Type | Method and Description |
---|---|
Optional<io.dropwizard.auth.PrincipalImpl> |
authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) |
public Optional<io.dropwizard.auth.PrincipalImpl> authenticate(io.dropwizard.auth.basic.BasicCredentials credentials) throws io.dropwizard.auth.AuthenticationException
authenticate
in interface io.dropwizard.auth.Authenticator<io.dropwizard.auth.basic.BasicCredentials,io.dropwizard.auth.PrincipalImpl>
io.dropwizard.auth.AuthenticationException
Copyright © 2014–2018. All rights reserved.