Class ServletSecurityRoleHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.security.ServletSecurityRoleHandler
-
- All Implemented Interfaces:
HttpHandler
public class ServletSecurityRoleHandler extends Object implements HttpHandler
Servlet role handler- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ServletSecurityRoleHandler(HttpHandler next, AuthorizationManager authorizationManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(HttpServerExchange exchange)
-
-
-
Constructor Detail
-
ServletSecurityRoleHandler
public ServletSecurityRoleHandler(HttpHandler next, AuthorizationManager authorizationManager)
-
-
Method Detail
-
handleRequest
public void handleRequest(HttpServerExchange exchange) throws Exception
- Specified by:
handleRequestin interfaceHttpHandler- Throws:
Exception
-
-