Uses of Interface
io.dropwizard.auth.UnauthorizedHandler
-
Packages that use UnauthorizedHandler Package Description io.dropwizard.auth -
-
Uses of UnauthorizedHandler in io.dropwizard.auth
Classes in io.dropwizard.auth that implement UnauthorizedHandler Modifier and Type Class Description classDefaultUnauthorizedHandlerclassJSONUnauthorizedHandlerFields in io.dropwizard.auth declared as UnauthorizedHandler Modifier and Type Field Description protected UnauthorizedHandlerAuthFilter. unauthorizedHandlerMethods in io.dropwizard.auth with parameters of type UnauthorizedHandler Modifier and Type Method Description AuthFilter.AuthFilterBuilder<C,P,T>AuthFilter.AuthFilterBuilder. setUnauthorizedHandler(UnauthorizedHandler unauthorizedHandler)Sets the given unauthorized handler
-