Class RoleConstraintGate

java.lang.Object
com.zfabrik.util.microweb.actions.RoleConstraintGate
All Implemented Interfaces:
IAction

public class RoleConstraintGate extends Object implements IAction
  • Constructor Details

    • RoleConstraintGate

      public RoleConstraintGate(IAction wrapped, String roleName, String loginAction)
    • RoleConstraintGate

      public RoleConstraintGate(IAction wrapped, String roleName)
  • Method Details

    • handle

      public OutCome handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
      Specified by:
      handle in interface IAction
      Throws:
      javax.servlet.ServletException
      IOException