org.opensaml.saml2.core.validator
Class RequestedAuthnContextSchemaValidator
java.lang.Object
org.opensaml.saml2.core.validator.RequestedAuthnContextSchemaValidator
- All Implemented Interfaces:
- org.opensaml.xml.validation.Validator<RequestedAuthnContext>
public class RequestedAuthnContextSchemaValidator
- extends Object
- implements org.opensaml.xml.validation.Validator<RequestedAuthnContext>
Checks RequestedAuthnContext
for Schema compliance.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestedAuthnContextSchemaValidator
public RequestedAuthnContextSchemaValidator()
- Constructor
validate
public void validate(RequestedAuthnContext requestedAuthnContext)
throws org.opensaml.xml.validation.ValidationException
-
- Specified by:
validate
in interface org.opensaml.xml.validation.Validator<RequestedAuthnContext>
- Throws:
org.opensaml.xml.validation.ValidationException
validateChildren
protected void validateChildren(RequestedAuthnContext rac)
throws org.opensaml.xml.validation.ValidationException
- Validates the presence and combination of child elements.
- Parameters:
rac
-
- Throws:
org.opensaml.xml.validation.ValidationException
Copyright © 2006-2012 Internet2. All Rights Reserved.