|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml2.core.validator.AssertionSpecValidator
public class AssertionSpecValidator
Checks Assertion
for Spec compliance.
Constructor Summary | |
---|---|
AssertionSpecValidator()
Constructor |
Method Summary | |
---|---|
void |
validate(Assertion assertion)
Checks to see if a XMLObject is valid. |
protected void |
validateSubject(Assertion assertion)
Checks that the Subject element is present when required. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssertionSpecValidator()
Method Detail |
---|
public void validate(Assertion assertion) throws ValidationException
validate
in interface Validator<Assertion>
assertion
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateSubject(Assertion assertion) throws ValidationException
assertion
-
ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |