org.opensaml.saml1.core.validator
Constructor and Description |
---|
SubjectSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Subject subject) |
protected void |
validateNameIdentifierSubjectConfirmation(Subject subject)
Validates that the subject has either a name identifier or subject confirmation
|
public void validate(Subject subject) throws ValidationException
validate
in interface Validator<Subject>
ValidationException
protected void validateNameIdentifierSubjectConfirmation(Subject subject) throws ValidationException
subject
- subject to validateValidationException
- thrown if the subject has neither a name identifier or subject confirmationCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.