@ThreadSafe public class SenderVouchersSubjectConfirmationValidator extends AbstractSubjectConfirmationValidator
Supports the following ValidationContext static parameters:
Supports the following ValidationContext dynamic parameters:
| Constructor and Description |
|---|
SenderVouchersSubjectConfirmationValidator() |
| Modifier and Type | Method and Description |
|---|---|
protected ValidationResult |
doValidate(SubjectConfirmation confirmation,
Assertion assertion,
ValidationContext context)
Performs any further validation required for the specific confirmation method implementation.
|
String |
getServicedMethod() |
validate, validateAddress, validateNotBefore, validateNotOnOrAfter, validateRecipientpublic SenderVouchersSubjectConfirmationValidator()
@Nonnull protected ValidationResult doValidate(@Nonnull SubjectConfirmation confirmation, @Nonnull Assertion assertion, @Nonnull ValidationContext context) throws AssertionValidationException
doValidate in class AbstractSubjectConfirmationValidatorconfirmation - confirmation method being validatedassertion - assertion bearing the confirmation methodcontext - current validation contextAssertionValidationException - thrown if further validation finds the confirmation method to be invalidCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.