Class RedirectUnauthorizedHandler
- java.lang.Object
-
- io.appform.idman.authcomponents.security.RedirectUnauthorizedHandler
-
- All Implemented Interfaces:
io.dropwizard.auth.UnauthorizedHandler
public class RedirectUnauthorizedHandler extends Object implements io.dropwizard.auth.UnauthorizedHandler
-
-
Constructor Summary
Constructors Constructor Description RedirectUnauthorizedHandler(IdmanClientConfig authenticationConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsebuildResponse(String prefix, String realm)
-
-
-
Constructor Detail
-
RedirectUnauthorizedHandler
public RedirectUnauthorizedHandler(IdmanClientConfig authenticationConfig)
-
-