Interface VFSSecurityManager
- All Known Implementing Classes:
DefaultVFSSecurityManager, DelegateVFSSecurityManager
public interface VFSSecurityManager
- Author:
- taha.bensalah@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisAllowedCreateChild(String path, VFileType type, String user) booleanisAllowedList(String path, String user) booleanisAllowedRead(String path, String user) booleanisAllowedRemove(String path, String user) booleanisAllowedRemoveChild(String path, VFileType type, String user) booleanisAllowedUpdateChild(String path, VFileType type, String user) booleanisAllowedWrite(String path, String user)
-
Method Details
-
isAllowedCreateChild
-
isAllowedRemoveChild
-
isAllowedUpdateChild
-
isAllowedList
-
isAllowedRemove
-
isAllowedRead
-
isAllowedWrite
-