|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.signature.validator.X509SerialNumberSchemaValidator
public class X509SerialNumberSchemaValidator
Checks X509SerialNumber
for Schema compliance.
Constructor Summary | |
---|---|
X509SerialNumberSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(X509SerialNumber xmlObject)
Checks to see if a XMLObject is valid. |
protected void |
validateContent(X509SerialNumber xmlObject)
Validate the serial number content. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509SerialNumberSchemaValidator()
Method Detail |
---|
public void validate(X509SerialNumber xmlObject) throws ValidationException
validate
in interface Validator<X509SerialNumber>
xmlObject
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateContent(X509SerialNumber xmlObject) throws ValidationException
xmlObject
- the object to validate
ValidationException
- thrown if the object is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |