public class FileBrowserWizardExtension extends Object
Constructor and Description |
---|
FileBrowserWizardExtension()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
allowNativeCommands() |
boolean |
allowUpload()
If true, uploads are allowed even if READ_ONLY = true
|
List<String> |
getForbiddenFiles()
Return list of forbidden files.
|
List<String> |
getRestrictPaths()
Restrict access to paths.
|
boolean |
isReadOnly()
If true, all operations (besides upload and native commands)
which change something on the file system are permitted
|
boolean |
restrictBrowsing()
Allow browsing and file manipulation only in certain directories
|
boolean |
restrictWhitelist()
If true, the user is allowed to browse only in RESTRICT_PATH,
if false, the user is allowed to browse all directories besides RESTRICT_PATH
|
public boolean isReadOnly()
public boolean allowUpload()
public boolean allowNativeCommands()
public boolean restrictBrowsing()
public boolean restrictWhitelist()
public List<String> getRestrictPaths()
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.