org.opensaml.saml2.core.validator
public class AuthnStatementSchemaValidator extends Object implements Validator<AuthnStatement>
AuthnStatement
for Schema compliance.Constructor and Description |
---|
AuthnStatementSchemaValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(AuthnStatement authnStatement) |
protected void |
validateAuthnContext(AuthnStatement authnStatement)
Checks that the AuthnContext element is present.
|
protected void |
validateAuthnInstant(AuthnStatement authnStatement)
Checks that the AuthnInstant attribute is present.
|
public void validate(AuthnStatement authnStatement) throws ValidationException
validate
in interface Validator<AuthnStatement>
ValidationException
protected void validateAuthnInstant(AuthnStatement authnStatement) throws ValidationException
authnStatement
- ValidationException
protected void validateAuthnContext(AuthnStatement authnStatement) throws ValidationException
authnStatement
- ValidationException
Copyright © 1999-2013 JBoss by Red Hat. All Rights Reserved.