org.opensaml.saml2.core.validator
Class RequestedAuthnContextSchemaValidator

java.lang.Object
  extended by 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.


Constructor Summary
RequestedAuthnContextSchemaValidator()
          Constructor
 
Method Summary
 void validate(RequestedAuthnContext requestedAuthnContext)
          
protected  void validateChildren(RequestedAuthnContext rac)
          Validates the presence and combination of child elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestedAuthnContextSchemaValidator

public RequestedAuthnContextSchemaValidator()
Constructor

Method Detail

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-2013 Internet2. All Rights Reserved.