public class X509ValidationStage extends AbstractDOMValidationStage<X509Certificate>
AbstractDOMTraversalStage.TraversalContext| Modifier and Type | Field and Description |
|---|---|
private CertificateFactory |
factory
Certificate factory to use to convert to X.509 certificates.
|
| Constructor and Description |
|---|
X509ValidationStage() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
applicable(Element e)
Indicates whether the visitor should be applied to a particular
Element. |
protected void |
doDestroy() |
protected void |
doInitialize() |
protected void |
visit(Element element,
AbstractDOMTraversalStage.TraversalContext context)
Visit a particular
Element. |
applyValidators, getValidators, setValidatorsaddError, ancestorEntity, doExecuteexecute, getCollectionPredicate, setCollectionPredicatesetIdgetIddestroy, initialize, isDestroyed, isInitializedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdestroy, isDestroyedprivate CertificateFactory factory
protected boolean applicable(@Nonnull Element e)
AbstractDOMTraversalStageElement.applicable in class AbstractDOMTraversalStagee - Element to which we may wish to apply the visitortrue if the visitor should be applied to this Element.protected void visit(@Nonnull Element element, @Nonnull AbstractDOMTraversalStage.TraversalContext context) throws StageProcessingException
AbstractDOMTraversalStageElement.visit in class AbstractDOMTraversalStageelement - the Element to visitcontext - the traversal contextStageProcessingException - if errors occur during processingprotected void doInitialize()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
doInitialize in class AbstractDOMValidationStage<X509Certificate>net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionprotected void doDestroy()
doDestroy in class AbstractDOMValidationStage<X509Certificate>Copyright © 1999–2016. All rights reserved.