Package com.sshtools.daemon.vfs
Interface VFSPermissionHandler
public interface VFSPermissionHandler
-
Method Summary
Modifier and TypeMethodDescriptiongetVFSHomeDirectory
(String username) void
verifyPermissions
(String username, String path, String permissions)
-
Method Details
-
verifyPermissions
void verifyPermissions(String username, String path, String permissions) throws PermissionDeniedException, FileNotFoundException, IOException -
getVFSHomeDirectory
- Throws:
FileNotFoundException
-