Uses of Class
org.opends.server.types.FilePermission
-
Packages that use FilePermission Package Description org.opends.server.types Contains implementations for a number of Directory Server data types. -
-
Uses of FilePermission in org.opends.server.types
Methods in org.opends.server.types that return FilePermission Modifier and Type Method Description static FilePermission
FilePermission. decodeUNIXMode(String modeString)
Decodes the provided string as a UNIX mode and retrieves the corresponding file permission.Methods in org.opends.server.types with parameters of type FilePermission Modifier and Type Method Description static boolean
FilePermission. setPermissions(Path f, FilePermission p)
Attempts to set the given permissions on the specified file.
-