@ThreadSafe public interface SubjectConfirmationValidator
Subject
of the issuer by evaluating the SubjectConfirmation
s within that
subject.Modifier and Type | Method and Description |
---|---|
String |
getServicedMethod()
Gets the subject confirmation method handled by this validator.
|
ValidationResult |
validate(SubjectConfirmation confirmation,
Assertion assertion,
ValidationContext context)
Confirms the
Subject
by means of the given SubjectConfirmation . |
String getServicedMethod()
@Nonnull ValidationResult validate(@Nonnull SubjectConfirmation confirmation, @Nonnull Assertion assertion, @Nonnull ValidationContext context) throws AssertionValidationException
Subject
by means of the given SubjectConfirmation
.confirmation
- the subject confirmation informationassertion
- the assertion bearing the subjectcontext
- the current Assertion validation contextAssertionValidationException
- if there is a problem processing the validation operationCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.