Class AclAction

java.lang.Object
io.inversion.Rule<A>
io.inversion.Action<AclAction>
io.inversion.action.security.AclAction
All Implemented Interfaces:
Comparable<AclAction>

public class AclAction extends Action<AclAction>
The AclAction secures an API by making sure that a requests matches one or more declared AclRules

AclRules specify the roles and permissions that a user must have to access specific method/path combinations and can also specify input/output parameters that are either required or restricted

  • Field Details

  • Constructor Details

    • AclAction

      public AclAction()
  • Method Details