Class AuthenticationRule
-
Rule
uses
PathableName,
centralServiceStoreUser,
centralAddressStoreUser,
ObjectWithDescription,
XmlConvertible
-
RuleWithUserID
-
AuthenticationRule
uses
NegatableRule,
RulewithLogging
Located at rule-classes/AuthenticationRule.php
Methods summary
public
|
#
__construct( RuleStore $owner, boolean $fromTemplateXML = FALSE )
Parameters
- $owner
RuleStore $owner
- $fromTemplateXML
boolean $fromTemplateXML
|
public
|
#
load_from_domxml( mixed $xml )
|
public
|
|
public
|
|
public
|
|
public
|
#
actionIsBrowserChallenge( )
|
public
|
#
display( mixed $padding = 0 )
|
public
|
|
public
|
#
isAuthenticationRule( )
|
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(),
isCaptivePortalRule(),
isDecryptionRule(),
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()
|
Constants summary
integer |
ActionNoCaptivePortal |
0 |
|
integer |
ActionWebForm |
1 |
|
integer |
ActionBrowserChallenge |
2 |
|
Properties summary
public static
string
|
$templatexml |
'<entry name="**temporarynamechangeme**"><from><member>any</member></from><to><member>any</member></to>
<source><member>any</member></source><destination><member>any</member></destination><service><member>any</member></service></entry></entry>' |
|
protected static
mixed
|
$templatexmlroot |
null |
|
protected
integer
|
$action |
AuthenticationRule::ActionNoCaptivePortal |
|
Properties inherited from Rule
$_targetIsNegated,
$_targets,
$destination,
$disabled,
$from,
$name,
$owner,
$services,
$source,
$tags,
$to
|