|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml1.core.validator.SubjectStatementSchemaValidator<SubjectStatementType>
public class SubjectStatementSchemaValidator<SubjectStatementType extends SubjectStatement>
Checks SubjectStatement for Schema compliance.
| Constructor Summary | |
|---|---|
SubjectStatementSchemaValidator()
|
|
| Method Summary | |
|---|---|
void |
validate(SubjectStatementType subjectStatement)
|
protected void |
validateSubject(SubjectStatementType subjectStatement)
Validates that the statement has a subject. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubjectStatementSchemaValidator()
| Method Detail |
|---|
public void validate(SubjectStatementType subjectStatement)
throws org.opensaml.xml.validation.ValidationException
validate in interface org.opensaml.xml.validation.Validator<SubjectStatementType extends SubjectStatement>org.opensaml.xml.validation.ValidationException
protected void validateSubject(SubjectStatementType subjectStatement)
throws org.opensaml.xml.validation.ValidationException
subjectStatement - statement to validate
org.opensaml.xml.validation.ValidationException - thrown if the statement does not have a subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||