Uses of Class
io.dropwizard.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description io.dropwizard.auth -
-
Uses of AuthenticationException in io.dropwizard.auth
Methods in io.dropwizard.auth that throw AuthenticationException Modifier and Type Method Description Optional<P>Authenticator. authenticate(C credentials)Given a set of user-provided credentials, return an optional principal.Optional<P>CachingAuthenticator. authenticate(C credentials)
-