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