Package org.apache.zookeeper.server.auth
Class ServerAuthenticationProvider.MatchValues
java.lang.Object
org.apache.zookeeper.server.auth.ServerAuthenticationProvider.MatchValues
- Enclosing class:
- ServerAuthenticationProvider
-
Constructor Details
-
MatchValues
- Parameters:
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.
-
-
Method Details
-
getPath
-
getId
-
getAclExpr
-
getPerm
public int getPerm() -
getSetAcls
-