public static class Configuration.SecurityDefaults extends Object
A type containing default behaviors for security settings.
Modifier and Type | Method and Description |
---|---|
Configuration.SecurityDefaults |
setAllowAddresses(Configuration.AddressType[] allowAddresses)
A list of address types to where PDFreactor is allowed to connect.
|
Configuration.SecurityDefaults |
setAllowFileSystemAccess(Boolean allowGlobalFileSystemAccess)
Whether to allow document resources such as CSS or JavaScript file system access.
|
Configuration.SecurityDefaults |
setAllowProtocols(String[] allowProtocols)
A list of allowed URL protocols.
|
Configuration.SecurityDefaults |
setAllowSameBasePath(Boolean allowSameBasePath)
Whether to allow loading of document resources that have the same base path as the document.
|
public Configuration.SecurityDefaults setAllowFileSystemAccess(Boolean allowGlobalFileSystemAccess)
Whether to allow document resources such as CSS or JavaScript file system access.
public Configuration.SecurityDefaults setAllowSameBasePath(Boolean allowSameBasePath)
Whether to allow loading of document resources that have the same base path as the document.
public Configuration.SecurityDefaults setAllowProtocols(String[] allowProtocols)
A list of allowed URL protocols. URLs with protocols not in this list will be blocked. Note that "file" protocols are
handled by Configuration.SecurityDefaults.getAllowFileSystemAccess()
instead.
public Configuration.SecurityDefaults setAllowAddresses(Configuration.AddressType[] allowAddresses)
A list of address types to where PDFreactor is allowed to connect.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.