|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjif.runtime.FileSystem
public class FileSystem
This class represents the file system, through which you can query and set the security labels of files.
| Constructor Summary | |
|---|---|
FileSystem()
|
|
| Method Summary | |
|---|---|
static java.util.Set |
groups(NativePrincipal p)
Set the access(read) policy of file. |
static Label |
labelOf(java.lang.String file)
Get the security label of file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileSystem()
| Method Detail |
|---|
public static Label labelOf(java.lang.String file)
throws java.io.FileNotFoundException
file.
java.io.FileNotFoundExceptionpublic static java.util.Set groups(NativePrincipal p)
file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||