Uses of Class
io.dropwizard.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description com.example.helloworld.auth io.dropwizard.auth -
-
Uses of AuthenticationException in com.example.helloworld.auth
Methods in com.example.helloworld.auth that throw AuthenticationException Modifier and Type Method Description Optional<User>ExampleAuthenticator. authenticate(BasicCredentials credentials) -
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)
-