Uses of Class
com.realobjects.pdfreactor.Configuration.ConnectionRule
Packages that use Configuration.ConnectionRule
-
Uses of Configuration.ConnectionRule in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return Configuration.ConnectionRuleModifier 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.Methods in com.realobjects.pdfreactor with parameters of type Configuration.ConnectionRuleModifier 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.