Package org.frankframework.core
Interface ISecurityHandler
- All Known Implementing Classes:
AllowAllSecurityHandler
,HttpSecurityHandler
,JwtSecurityHandler
,WebServiceContextSecurityHandler
public interface ISecurityHandler
Defines behaviour that can be used to assert identity of callers of a pipeline.
- Since:
- 4.3
- Author:
- Gerrit van Brakel
-
Method Summary
-
Method Details
-
isUserInRole
- Throws:
org.apache.commons.lang3.NotImplementedException
-
getPrincipal
- Throws:
org.apache.commons.lang3.NotImplementedException
-