public class AclEnforcement
extends Object
This is code intended to enforce ZK ACLs.
-
Constructor Summary
Constructors
-
Method Summary
static void
static void
Verify the ZK ACLs are correct and optionally fix them if needed.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AclEnforcement
public AclEnforcement()
-
Method Details
-
verifyAcls
Verify the ZK ACLs are correct and optionally fix them if needed.
- Parameters:
conf
- the cluster config.
fixUp
- true if we want to fix the ACLs else false.
- Throws:
Exception
- on any error.
-