Uses of Class
org.apache.storm.generated.AccessControl
Packages that use AccessControl
-
Uses of AccessControl in org.apache.storm.blobstore
Fields in org.apache.storm.blobstore with type parameters of type AccessControlModifier and TypeFieldDescriptionstatic final List<AccessControl>
BlobStoreAclHandler.DEFAULT
static final List<AccessControl>
BlobStoreAclHandler.WORLD_EVERYTHING
Methods in org.apache.storm.blobstore that return AccessControlModifier and TypeMethodDescriptionstatic AccessControl
BlobStoreAclHandler.parseAccessControl
(String str) Methods in org.apache.storm.blobstore with parameters of type AccessControlModifier and TypeMethodDescriptionstatic String
BlobStoreAclHandler.accessControlToString
(AccessControl ac) Method parameters in org.apache.storm.blobstore with type arguments of type AccessControlModifier 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
Methods in org.apache.storm.generated that return AccessControlMethods in org.apache.storm.generated that return types with arguments of type AccessControlMethods in org.apache.storm.generated with parameters of type AccessControlModifier and TypeMethodDescriptionvoid
SettableBlobMeta.add_to_acl
(AccessControl elem) int
AccessControl.compareTo
(AccessControl other) boolean
AccessControl.equals
(AccessControl that) Method parameters in org.apache.storm.generated with type arguments of type AccessControlConstructors in org.apache.storm.generated with parameters of type AccessControlConstructor parameters in org.apache.storm.generated with type arguments of type AccessControl