Class DefaultVFSSecurityManager
java.lang.Object
net.thevpc.common.vfs.impl.DefaultVFSSecurityManager
- All Implemented Interfaces:
VFSSecurityManager
- Author:
- taha.bensalah@gmail.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
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)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
DefaultVFSSecurityManager
public DefaultVFSSecurityManager()
-
-
Method Details
-
isAllowedCreateChild
- Specified by:
isAllowedCreateChildin interfaceVFSSecurityManager
-
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
-