public class RequestedAuthnContextSchemaValidator extends Object implements Validator<RequestedAuthnContext>
RequestedAuthnContext
for Schema compliance.Constructor and Description |
---|
RequestedAuthnContextSchemaValidator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
validate(RequestedAuthnContext requestedAuthnContext)
Checks to see if a XMLObject is valid.
|
protected void |
validateChildren(RequestedAuthnContext rac)
Validates the presence and combination of child elements.
|
public RequestedAuthnContextSchemaValidator()
public void validate(RequestedAuthnContext requestedAuthnContext) throws ValidationException
validate
in interface Validator<RequestedAuthnContext>
requestedAuthnContext
- the XMLObject to validateValidationException
- thrown if the element is not validprotected void validateChildren(RequestedAuthnContext rac) throws ValidationException
rac
- ValidationException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.