Uses of Class
org.apache.storm.generated.AccessControl
-
Uses of AccessControl in org.apache.storm.blobstore
Modifier and TypeFieldDescriptionstatic final List<AccessControl>
BlobStoreAclHandler.DEFAULT
static final List<AccessControl>
BlobStoreAclHandler.WORLD_EVERYTHING
Modifier and TypeMethodDescriptionstatic AccessControl
BlobStoreAclHandler.parseAccessControl
(String str) Modifier and TypeMethodDescriptionstatic String
BlobStoreAclHandler.accessControlToString
(AccessControl ac) Modifier and TypeMethodDescriptionvoid
BlobStoreAclHandler.hasAnyPermissions
(List<AccessControl> acl, int mask, Subject who, String key) Validates if the user has any of the permissions mentioned in the mask.void
BlobStoreAclHandler.hasPermissions
(List<AccessControl> acl, int mask, Subject who, String key) Validates if the user has at least the set of permissions mentioned in the mask.static void
BlobStoreAclHandler.validateSettableACLs
(String key, List<AccessControl> acls) void
BlobStoreAclHandler.validateUserCanReadMeta
(List<AccessControl> acl, Subject who, String key) The user should be able to see the metadata if and only if they have any of READ, WRITE, or ADMIN. -
Uses of AccessControl in org.apache.storm.generated
Modifier and TypeMethodDescriptionvoid
SettableBlobMeta.add_to_acl
(AccessControl elem) int
AccessControl.compareTo
(AccessControl other) boolean
AccessControl.equals
(AccessControl that)