#include <eap_policy.hxx>
Inheritance diagram for EapContinuedPolicyElement:
Public Types | |
enum | PolicySwitch { PolicyOnSuccess, PolicyOnFailure } |
Used for adding a policy node. | |
Public Member Functions | |
EapContinuedPolicyElement (EapType t) | |
EapPolicyElement * | NextPolicyElement (PolicySwitch sw) |
void | AddSuccessPolicyElement (PolicySwitch sw) |
void | AddFailurePolicyElement () |
void | AddContinuedPolicyElement (EapPolicyElement *p, PolicySwitch sw) |
bool | IsContinued () |
This function returns true when the PE is of type Continued. | |
EapType | GetType () |
Friends | |
class | EapPolicy |
|
By default, a success leaf policy element is added to the success branch, and a failure leaf policy element is added to the failure branch, of this policy element. So, when a single EAP method is used, there is nothing to do for applications to explicitly set the branches. |
|
Add a continued policy element. It is added to either success branch or failure branch. |
|
Add a failure leaf policy element It is added to failure branch only. |
|
Add a success leaf policy element It is added to either success branch or failure branch. |