org.opensaml.saml1.core.validator
public class SubjectStatementSchemaValidator<SubjectStatementType extends SubjectStatement> extends Object implements Validator<SubjectStatementType>
SubjectStatement
for Schema compliance.Constructor and Description |
---|
SubjectStatementSchemaValidator() |
Modifier and Type | Method and Description |
---|---|
void |
validate(SubjectStatementType subjectStatement) |
protected void |
validateSubject(SubjectStatementType subjectStatement)
Validates that the statement has a subject.
|
public void validate(SubjectStatementType subjectStatement) throws ValidationException
validate
in interface Validator<SubjectStatementType extends SubjectStatement>
ValidationException
protected void validateSubject(SubjectStatementType subjectStatement) throws ValidationException
subjectStatement
- statement to validateValidationException
- thrown if the statement does not have a subjectCopyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.