Package | Description |
---|---|
com.realobjects.pdfreactor |
Main access to the API of PDFreactor.
|
com.realobjects.pdfreactor.legacy |
Main access to the legacy API of PDFreactor, use of
com.realobjects.pdfreactor.PDFreactor is preferred. |
Modifier and Type | Method and Description |
---|---|
Configuration.SecuritySettings |
Configuration.SecuritySettings.setAllowExternalXmlParserResources(Boolean allowExternalXmlParserResources)
Specifies whether the XML parser will process external XML resources during parsing, e.g.
|
Configuration.SecuritySettings |
Configuration.SecuritySettings.setAllowRedirects(Boolean allowRedirects)
Whether to allow automatic URL redirects when PDFreactor receives appropriate status codes.
|
Configuration.SecuritySettings |
Configuration.SecuritySettings.setConnectionRules(Configuration.ConnectionRule[] rules)
A list of rules that PDFreactor evaluates and then either denies or allows connections to a particular resource.
|
Configuration.SecuritySettings |
Configuration.SecuritySettings.setDefaults(Configuration.SecurityDefaults defaults)
An object of security default behavior which is used for any URLs that do not match any rules.
|
Configuration.SecuritySettings |
Configuration.SecuritySettings.setUntrustedApi(Boolean untrustedApi)
Specifies whether the PDFreactor configuration object is considered an untrusted context for the purpose of
security.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setSecuritySettings(Configuration.SecuritySettings securitySettings)
Specifies resource loading and document processing behavior with regards to
security to protect against untrusted code or content.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFreactor.setSecuritySettings(Configuration.SecuritySettings securitySettings)
Deprecated.
|
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.