ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
SAML2\Response\Validation\PreconditionValidator Class Reference

Validates the preconditions that have to be met prior to processing of the response. More...

+ Inheritance diagram for SAML2\Response\Validation\PreconditionValidator:
+ Collaboration diagram for SAML2\Response\Validation\PreconditionValidator:

Public Member Functions

 __construct (Destination $destination)
 
- Public Member Functions inherited from SAML2\Response\Validation\Validator
 addConstraintValidator (ConstraintValidator $constraint)
 
 validate (Response $response)
 

Additional Inherited Members

- Protected Attributes inherited from SAML2\Response\Validation\Validator
 $constraints
 

Detailed Description

Validates the preconditions that have to be met prior to processing of the response.

Definition at line 12 of file PreconditionValidator.php.

Constructor & Destructor Documentation

◆ __construct()

SAML2\Response\Validation\PreconditionValidator::__construct ( Destination  $destination)

Definition at line 14 of file PreconditionValidator.php.

References SAML2\Response\Validation\Validator\addConstraintValidator().

15  {
16  // move to DI
17  $this->addConstraintValidator(new IsSuccessful());
19  new DestinationMatches($destination)
20  );
21  }
addConstraintValidator(ConstraintValidator $constraint)
Definition: Validator.php:14
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: