Uses of Class
org.apache.hadoop.fs.permission.AclEntry
Packages that use AclEntry
Package
Description
An abstract file system API.
This package provides support for HDFS permission and ACL.
ViewFileSystem and ViewFileSystemOverloadScheme classes.
-
Uses of AclEntry in org.apache.hadoop.fs
Method parameters in org.apache.hadoop.fs with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidAbstractFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidChecksumFileSystem.modifyAclEntries(Path src, List<AclEntry> aclSpec) voidFileContext.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) Modifies ACL entries of files and directories.voidFilterFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidFilterFs.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidAbstractFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidChecksumFileSystem.removeAclEntries(Path src, List<AclEntry> aclSpec) voidFileContext.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) Removes ACL entries from files and directories.voidFilterFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) voidFilterFs.removeAclEntries(Path path, List<AclEntry> aclSpec) voidFully replaces ACL of files and directories, discarding all existing entries.voidvoidFully replaces ACL of files and directories, discarding all existing entries.voidFully replaces ACL of files and directories, discarding all existing entries.voidvoid -
Uses of AclEntry in org.apache.hadoop.fs.permission
Methods in org.apache.hadoop.fs.permission that return AclEntryModifier and TypeMethodDescriptionAclEntry.Builder.build()Builds a new AclEntry populated with the set properties.static AclEntryAclEntry.parseAclEntry(String aclStr, boolean includePermission) Parses a string representation of an ACL into a AclEntry object.
The expected format of ACL entries in the string parameter is the same format produced by thetoStringStable()method.Methods in org.apache.hadoop.fs.permission that return types with arguments of type AclEntryModifier and TypeMethodDescriptionScopedAclEntries.getAccessEntries()Returns access entries.AclUtil.getAclFromPermAndEntries(FsPermission perm, List<AclEntry> entries) Given permissions and extended ACL entries, returns the full logical ACL.ScopedAclEntries.getDefaultEntries()Returns default entries.AclStatus.getEntries()Returns the list of all ACL entries, ordered by their natural ordering.AclUtil.getMinimalAcl(FsPermission perm) Translates the given permission bits to the equivalent minimal ACL.AclEntry.parseAclSpec(String aclSpec, boolean includePermission) Parses a string representation of an ACL spec into a list of AclEntry objects.Methods in org.apache.hadoop.fs.permission with parameters of type AclEntryModifier and TypeMethodDescriptionAdds an ACL entry.AclStatus.getEffectivePermission(AclEntry entry) Get the effective permission for the AclEntryAclStatus.getEffectivePermission(AclEntry entry, FsPermission permArg) Get the effective permission for the AclEntry.Method parameters in org.apache.hadoop.fs.permission with type arguments of type AclEntryModifier and TypeMethodDescriptionstatic StringAclEntry.aclSpecToString(List<AclEntry> aclSpec) Convert a List of AclEntries into a string - the reverse of parseAclSpec.AclStatus.Builder.addEntries(Iterable<AclEntry> entries) Adds a list of ACL entries.AclUtil.getAclFromPermAndEntries(FsPermission perm, List<AclEntry> entries) Given permissions and extended ACL entries, returns the full logical ACL.static booleanAclUtil.isMinimalAcl(List<AclEntry> entries) Checks if the given entries represent a minimal ACL (contains exactly 3 entries).Constructor parameters in org.apache.hadoop.fs.permission with type arguments of type AclEntryModifierConstructorDescriptionScopedAclEntries(List<AclEntry> aclEntries) Creates a new ScopedAclEntries from the given list. -
Uses of AclEntry in org.apache.hadoop.fs.viewfs
Method parameters in org.apache.hadoop.fs.viewfs with type arguments of type AclEntryModifier and TypeMethodDescriptionvoidViewFileSystem.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidViewFs.modifyAclEntries(Path path, List<AclEntry> aclSpec) voidViewFileSystem.removeAclEntries(Path path, List<AclEntry> aclSpec) voidViewFs.removeAclEntries(Path path, List<AclEntry> aclSpec) voidvoid