ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
addError ($message) | |
isValid () | |
getErrors () | |
Private Attributes | |
$errors = array() | |
Simple Result object.
Definition at line 10 of file Result.php.
SAML2\Response\Validation\Result::addError | ( | $message | ) |
$message |
Definition at line 20 of file Result.php.
References $message, and SAML2\Exception\InvalidArgumentException\invalidType().
Referenced by SAML2\Response\Validation\ConstraintValidator\IsSuccessful\validate(), and SAML2\Response\Validation\ConstraintValidator\DestinationMatches\validate().
SAML2\Response\Validation\Result::getErrors | ( | ) |
Definition at line 40 of file Result.php.
References SAML2\Response\Validation\Result\$errors.
Referenced by SAML2\Response\Exception\PreconditionNotMetException\createFromValidationResult().
SAML2\Response\Validation\Result::isValid | ( | ) |
|
private |
Definition at line 15 of file Result.php.
Referenced by SAML2\Response\Validation\Result\getErrors().