public static class ServerAuthenticationProvider.MatchValues extends Object
Constructor and Description |
---|
MatchValues(String path,
String id,
String aclExpr,
int perm,
List<ACL> setAcls) |
Modifier and Type | Method and Description |
---|---|
String |
getAclExpr() |
String |
getId() |
String |
getPath() |
int |
getPerm() |
List<ACL> |
getSetAcls() |
public MatchValues(String path, String id, String aclExpr, int perm, List<ACL> setAcls)
path
- the path of the operation being authenticatedid
- the id to check.aclExpr
- the expression to match ids against.perm
- the permission value being authenticatedsetAcls
- for set ACL operations, the list of ACLs being set. Otherwise null.Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.