Uses of Class
com.realobjects.pdfreactor.Configuration.ConnectionRule
-
Uses of Configuration.ConnectionRule in com.realobjects.pdfreactor
Modifier and TypeMethodDescriptionConfiguration.ConnectionRule.setAction
(Configuration.ConnectionRuleAction action) The action to perform when the rule matches a resource URL.Represents the entry of the URL to be accessed.The host of a URL to a resource.The name of the rule.The path of a URL to a resource.The port of a URL to a resource.Configuration.ConnectionRule.setPriority
(Integer priority) The priority of the rule.Configuration.ConnectionRule.setProtocol
(String protocol) The protocol if a URL to a resource.Configuration.ConnectionRule.setResourceType
(ResourceType resourceType) The type of the resource.Modifier and TypeMethodDescriptionConfiguration.SecuritySettings.setConnectionRules
(Configuration.ConnectionRule... rules) A list of rules that PDFreactor evaluates and then either denies or allows connections to a particular resource.