Module org.freedesktop.dbus
Interface IFileBasedBusAddress
public interface IFileBasedBusAddress
Interface which should be implemented by
BusAddress subclasses which use
files as 'address' (e.g. unix sockets) and needs to set permission on those files.- Since:
- 4.2.0 - 2022-07-18
- Author:
- hypfvieh
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdatePermissions(String _fileOwner, String _fileGroup, Set<PosixFilePermission> _fileUnixPermissions)
-
Method Details
-
updatePermissions
void updatePermissions(String _fileOwner, String _fileGroup, Set<PosixFilePermission> _fileUnixPermissions)
-