|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.saml2.core.validator.AssertionSchemaValidator
public class AssertionSchemaValidator
Checks Assertion for Schema compliance.
| Constructor Summary | |
|---|---|
AssertionSchemaValidator()
Constructor |
|
| Method Summary | |
|---|---|
void |
validate(Assertion assertion)
|
protected void |
validateID(Assertion assertion)
Checks that the ID attribute is present. |
protected void |
validateIssueInstant(Assertion assertion)
Checks that the IssueInstant attribute is present. |
protected void |
validateIssuer(Assertion assertion)
Checks that Issuer element is present. |
protected void |
validateVersion(Assertion assertion)
Checks that the Version attribute is present. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssertionSchemaValidator()
| Method Detail |
|---|
public void validate(Assertion assertion)
throws org.opensaml.xml.validation.ValidationException
validate in interface org.opensaml.xml.validation.Validator<Assertion>org.opensaml.xml.validation.ValidationException
protected void validateIssuer(Assertion assertion)
throws org.opensaml.xml.validation.ValidationException
assertion -
org.opensaml.xml.validation.ValidationException
protected void validateVersion(Assertion assertion)
throws org.opensaml.xml.validation.ValidationException
assertion -
org.opensaml.xml.validation.ValidationException
protected void validateID(Assertion assertion)
throws org.opensaml.xml.validation.ValidationException
assertion -
org.opensaml.xml.validation.ValidationException
protected void validateIssueInstant(Assertion assertion)
throws org.opensaml.xml.validation.ValidationException
assertion -
org.opensaml.xml.validation.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||