Class AclFilter

All Implemented Interfaces:
Comparable<AclFilter>

public class AclFilter extends Filter<AclFilter>
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

    • AclFilter

      public AclFilter()
  • Method Details