Class DelegateVFSSecurityManager
java.lang.Object
net.thevpc.common.vfs.impl.DelegateVFSSecurityManager
- All Implemented Interfaces:
VFSSecurityManager
- Author:
- thevpc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected VFilegetDelegateFile(String path) booleanisAllowedCreateChild(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)
-
Constructor Details
-
DelegateVFSSecurityManager
-
-
Method Details
-
isAllowedCreateChild
- Specified by:
isAllowedCreateChildin interfaceVFSSecurityManager
-
getDelegateFile
-
isAllowedRemoveChild
- Specified by:
isAllowedRemoveChildin interfaceVFSSecurityManager
-
isAllowedUpdateChild
- Specified by:
isAllowedUpdateChildin interfaceVFSSecurityManager
-
isAllowedList
- Specified by:
isAllowedListin interfaceVFSSecurityManager
-
isAllowedRemove
- Specified by:
isAllowedRemovein interfaceVFSSecurityManager
-
isAllowedRead
- Specified by:
isAllowedReadin interfaceVFSSecurityManager
-
isAllowedWrite
- Specified by:
isAllowedWritein interfaceVFSSecurityManager
-