org.opensaml.saml2.core.validator
Class RequestedAuthnContextSchemaValidator

java.lang.Object
  extended by org.opensaml.saml2.core.validator.RequestedAuthnContextSchemaValidator
All Implemented Interfaces:
Validator<RequestedAuthnContext>

public class RequestedAuthnContextSchemaValidator
extends Object
implements 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 ValidationException

Specified by:
validate in interface Validator<RequestedAuthnContext>
Throws:
ValidationException

validateChildren

protected void validateChildren(RequestedAuthnContext rac)
                         throws ValidationException
Validates the presence and combination of child elements.

Parameters:
rac -
Throws:
ValidationException


Copyright © 1999-2013. All Rights Reserved.