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