Uses of Class
com.realobjects.pdfreactor.Configuration.SecuritySettings
-
Uses of Configuration.SecuritySettings in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.SecuritySettings.setAllowAuthorApiOverrides
(Boolean allowAuthorApiOverrides) Whether to allow authors to override API settings, e.g.Configuration.SecuritySettings.setAllowExternalXmlParserResources
(Boolean allowExternalXmlParserResources) Specifies whether the XML parser will process external XML resources during parsing, e.g.Configuration.SecuritySettings.setAllowNonLocalFileUrls
(Boolean allowNonLocalFileUrls) Whether to allow file URLs to non-local hosts.Configuration.SecuritySettings.setAllowRedirects
(Boolean allowRedirects) Whether to allow automatic URL redirects when PDFreactor receives appropriate status codes.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.setDefaults
(Configuration.SecurityDefaults defaults) An object of security default behavior which is used for any URLs that do not match any rules.Configuration.SecuritySettings.setHideVersionInfo
(Boolean hideVersionInfo) Specifies whether PDFreactor will not disclose any version information, e.g.Configuration.SecuritySettings.setTrustAllConnectionCertificates
(Boolean trustAllConnectionCertificates) Whether to trust all certificates during HTTPS connections.Configuration.SecuritySettings.setUntrustedApi
(Boolean untrustedApi) Specifies whether the PDFreactor configuration object is considered an untrusted context for the purpose of security.Modifier and TypeMethodDescriptionfinal Configuration
Configuration.setSecuritySettings
(Configuration.SecuritySettings securitySettings) Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content. -
Uses of Configuration.SecuritySettings in com.realobjects.pdfreactor.useragent
Modifier and TypeMethodDescriptionUserAgentConfiguration.setSecuritySettings
(Configuration.SecuritySettings securitySettings) Specifies resource loading and document processing behavior with regards to security to protect against untrusted code or content.