Uses of Class
com.realobjects.pdfreactor.Configuration.SecurityDefaults
-
Uses of Configuration.SecurityDefaults in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.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.Modifier and TypeMethodDescriptionConfiguration.SecuritySettings.setDefaults
(Configuration.SecurityDefaults defaults) An object of security default behavior which is used for any URLs that do not match any rules.