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