Package org.apache.zookeeper.server.auth
Class ServerAuthenticationProvider.MatchValues
- java.lang.Object
- 
- org.apache.zookeeper.server.auth.ServerAuthenticationProvider.MatchValues
 
- 
- Enclosing class:
- ServerAuthenticationProvider
 
 public static class ServerAuthenticationProvider.MatchValues extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAclExpr()StringgetId()StringgetPath()intgetPerm()List<ACL>getSetAcls()
 
- 
- 
- 
Constructor Detail- 
MatchValuespublic 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.
 
 
- 
 
-