Uses of Class
io.lakefs.clients.api.model.ACL
-
Packages that use ACL Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ACL in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ACL Modifier and Type Method Description ACLAuthApi. getGroupACL(String groupId)get ACL of groupMethods in io.lakefs.clients.api that return types with arguments of type ACL Modifier and Type Method Description ApiResponse<ACL>AuthApi. getGroupACLWithHttpInfo(String groupId)get ACL of groupMethods in io.lakefs.clients.api with parameters of type ACL Modifier and Type Method Description voidAuthApi. setGroupACL(String groupId, ACL ACL)set ACL of groupokhttp3.CallAuthApi. setGroupACLAsync(String groupId, ACL ACL, ApiCallback<Void> _callback)set ACL of group (asynchronously)okhttp3.CallAuthApi. setGroupACLCall(String groupId, ACL ACL, ApiCallback _callback)Build call for setGroupACLApiResponse<Void>AuthApi. setGroupACLWithHttpInfo(String groupId, ACL ACL)set ACL of groupMethod parameters in io.lakefs.clients.api with type arguments of type ACL Modifier and Type Method Description okhttp3.CallAuthApi. getGroupACLAsync(String groupId, ApiCallback<ACL> _callback)get ACL of group (asynchronously) -
Uses of ACL in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ACL Modifier and Type Method Description ACLACL. permission(String permission)
-