Class DefaultACLProvider
java.lang.Object
org.apache.curator.framework.imps.DefaultACLProvider
- All Implemented Interfaces:
- ACLProvider,- InternalACLProvider
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionList<org.apache.zookeeper.data.ACL> getAclForPath(String path) Return the ACL list to use for the given pathList<org.apache.zookeeper.data.ACL> Return the ACL list to use by default (usuallyZooDefs.Ids.OPEN_ACL_UNSAFE).
- 
Constructor Details- 
DefaultACLProviderpublic DefaultACLProvider()
 
- 
- 
Method Details- 
getDefaultAclDescription copied from interface:ACLProviderReturn the ACL list to use by default (usuallyZooDefs.Ids.OPEN_ACL_UNSAFE).- Specified by:
- getDefaultAclin interface- ACLProvider
- Specified by:
- getDefaultAclin interface- InternalACLProvider
- Returns:
- default ACL list
 
- 
getAclForPathDescription copied from interface:ACLProviderReturn the ACL list to use for the given path- Specified by:
- getAclForPathin interface- ACLProvider
- Specified by:
- getAclForPathin interface- InternalACLProvider
- Parameters:
- path- path (NOTE: might be null)
- Returns:
- ACL list
 
 
-