Package | Description |
---|---|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
Modifier and Type | Method and Description |
---|---|
static FilePermission |
FilePermission.decodeUNIXMode(String modeString)
Decodes the provided string as a UNIX mode and retrieves the corresponding file permission.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FilePermission.setPermissions(File f,
FilePermission p)
Attempts to set the given permissions on the specified file.
|
static String |
FilePermission.toUNIXMode(FilePermission p)
Retrieves a three-character string that is the UNIX mode for the provided file permission.
|
Copyright 2010-2020 ForgeRock AS.