|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.saml1.core.validator.SubjectStatementSchemaValidator<AuthenticationStatement>
org.opensaml.saml1.core.validator.AuthenticationStatementSchemaValidator
public class AuthenticationStatementSchemaValidator
Checks AuthenticationStatement
for Schema compliance.
Constructor Summary | |
---|---|
AuthenticationStatementSchemaValidator()
|
Method Summary | |
---|---|
void |
validate(AuthenticationStatement authenticationStatement)
Checks to see if a XMLObject is valid. |
protected void |
validateAuthenticationInstant(AuthenticationStatement authenticationStatement)
Validates that the authentication statement has an authentication instant. |
protected void |
validateAuthenticationMethod(AuthenticationStatement authenticationStatement)
Validates that the authentication statement has an authentication method. |
Methods inherited from class org.opensaml.saml1.core.validator.SubjectStatementSchemaValidator |
---|
validateSubject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthenticationStatementSchemaValidator()
Method Detail |
---|
public void validate(AuthenticationStatement authenticationStatement) throws ValidationException
validate
in interface Validator<AuthenticationStatement>
validate
in class SubjectStatementSchemaValidator<AuthenticationStatement>
authenticationStatement
- the XMLObject to validate
ValidationException
- thrown if the element is not validprotected void validateAuthenticationMethod(AuthenticationStatement authenticationStatement) throws ValidationException
authenticationStatement
- the statement to validate
ValidationException
- thrown if the statement does not have an authentication methodprotected void validateAuthenticationInstant(AuthenticationStatement authenticationStatement) throws ValidationException
authenticationStatement
- the statement to validate
ValidationException
- thrown if the statement does not have an authentication instant
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |