Class DecryptionRule
-
Rule
uses
PathableName,
centralServiceStoreUser,
centralAddressStoreUser,
ObjectWithDescription,
XmlConvertible
-
RuleWithUserID
-
DecryptionRule
uses
NegatableRule,
RulewithLogging
Located at rule-classes/DecryptionRule.php
Methods summary
public
|
#
__construct( RuleStore $owner, boolean $fromTemplateXML = FALSE )
Parameters
- $owner
RuleStore $owner
- $fromTemplateXML
boolean $fromTemplateXML
|
public
|
#
load_from_domxml( mixed $xml )
|
public
|
#
display( mixed $padding = 0 )
|
public
|
#
getDecryptionProfile( )
|
public
|
#
setDecryptionProfile( mixed $newDecryptName )
|
public
|
|
public
|
|
public
|
|
public
|
|
Methods inherited from Rule
API_clearPolicyAppUsageDATA(),
API_setDisabled(),
API_setEnabled(),
API_setName(),
API_target_addDevice(),
API_target_negateSet(),
API_target_removeDevice(),
API_target_setAny(),
getXPath(),
isAppOverrideRule(),
isAuthenticationRule(),
isCaptivePortalRule(),
isDisabled(),
isDoSRule(),
isEnabled(),
isNatRule(),
isPbfRule(),
isPostRule(),
isPreRule(),
isQoSRule(),
isSecurityRule(),
load_common_from_domxml(),
load_destination(),
load_from(),
load_source(),
load_to(),
name(),
rewriteSDisabled_XML(),
setDisabled(),
setEnabled(),
setName(),
target_addDevice(),
target_hasDeviceAndVsys(),
target_isAny(),
target_isNegated(),
target_negateSet(),
target_removeDevice(),
target_rewriteXML(),
target_setAny(),
targets(),
targets_toString(),
uuid(),
zoneCalculation(),
zoneCalculationNatClone()
|
Properties summary
protected
mixed
|
$_profile |
null |
|
Properties inherited from Rule
$_targetIsNegated,
$_targets,
$destination,
$disabled,
$from,
$name,
$owner,
$services,
$source,
$tags,
$to
|