ConfigurableUserClassFilePermissions

Provides the means of specifying file and directory access permissions for a certain class of users (see ConfigurableFilePermissions).

For details on the actual permissions see UserClassFilePermissions.

Since

8.3

Functions

Link copied to clipboard
abstract fun getExecute(): Boolean
Link copied to clipboard
abstract fun getRead(): Boolean
Link copied to clipboard
abstract fun getWrite(): Boolean
Link copied to clipboard
abstract fun setExecute(execute: Boolean)
Enables or disables execute access to a file or directory for a certain class of users.
Link copied to clipboard
abstract fun setRead(read: Boolean)
Enables or disables read access to a file or directory for a certain class of users.
Link copied to clipboard
abstract fun setWrite(write: Boolean)
Enables or disables write access to a file or directory for a certain class of users.