Interface VFSSecurityManager

All Known Implementing Classes:
DefaultVFSSecurityManager, DelegateVFSSecurityManager

public interface VFSSecurityManager
Author:
taha.bensalah@gmail.com
  • Method Details

    • isAllowedCreateChild

      boolean isAllowedCreateChild(String path, VFileType type, String user)
    • isAllowedRemoveChild

      boolean isAllowedRemoveChild(String path, VFileType type, String user)
    • isAllowedUpdateChild

      boolean isAllowedUpdateChild(String path, VFileType type, String user)
    • isAllowedList

      boolean isAllowedList(String path, String user)
    • isAllowedRemove

      boolean isAllowedRemove(String path, String user)
    • isAllowedRead

      boolean isAllowedRead(String path, String user)
    • isAllowedWrite

      boolean isAllowedWrite(String path, String user)