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