Class ServerAuthenticationProvider.MatchValues

    • Constructor Detail

      • MatchValues

        public MatchValues​(String path,
                           String id,
                           String aclExpr,
                           int perm,
                           List<ACL> setAcls)
        Parameters:
        path - the path of the operation being authenticated
        id - the id to check.
        aclExpr - the expression to match ids against.
        perm - the permission value being authenticated
        setAcls - for set ACL operations, the list of ACLs being set. Otherwise null.
    • Method Detail

      • getPath

        public String getPath()
      • getId

        public String getId()
      • getAclExpr

        public String getAclExpr()
      • getPerm

        public int getPerm()
      • getSetAcls

        public List<ACL> getSetAcls()