Package org.frankframework.http
Class HttpSecurityHandler
java.lang.Object
org.frankframework.http.HttpSecurityHandler
- All Implemented Interfaces:
ISecurityHandler
SecurityHandler that delegates its implementation to the corresponding methods in the HttpServlet.
- Since:
- 4.3
- Author:
- Gerrit van Brakel
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HttpSecurityHandler
public HttpSecurityHandler(jakarta.servlet.http.HttpServletRequest request)
-
-
Method Details
-
isUserInRole
- Specified by:
isUserInRole
in interfaceISecurityHandler
-
getPrincipal
- Specified by:
getPrincipal
in interfaceISecurityHandler
-