Interface IAccessManager


public interface IAccessManager
  • Method Summary

    Modifier and Type Method Description
    boolean isInRole​(javax.servlet.http.HttpServletRequest request, String role)  
  • Method Details

    • isInRole

      boolean isInRole​(javax.servlet.http.HttpServletRequest request, String role)