public class FileSystem
extends java.lang.Object
Constructor and Description |
---|
FileSystem() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<Principal> |
groups(NativePrincipal p)
Set the access(read) policy of
file . |
static Label |
labelOf(java.lang.String file)
Get the security label of
file . |
public static Label labelOf(java.lang.String file) throws java.io.FileNotFoundException
file
.java.io.FileNotFoundException
public static java.util.Set<Principal> groups(NativePrincipal p)
file
.