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 Details

    • isUserInRole

      boolean isUserInRole(String role) throws org.apache.commons.lang3.NotImplementedException
      Throws:
      org.apache.commons.lang3.NotImplementedException
    • getPrincipal

      Principal getPrincipal() throws org.apache.commons.lang3.NotImplementedException
      Throws:
      org.apache.commons.lang3.NotImplementedException