Package net.shibboleth.metadata.dom
Class StringAttributeValidationStage
java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
net.shibboleth.metadata.pipeline.AbstractStage<T>
net.shibboleth.metadata.pipeline.AbstractIteratingStage<Element>
net.shibboleth.metadata.dom.AbstractDOMTraversalStage<C>
net.shibboleth.metadata.dom.AbstractDOMValidationStage<V,DOMTraversalContext>
net.shibboleth.metadata.dom.AbstractElementVisitingValidationStage<T,Attr>
net.shibboleth.metadata.dom.AbstractAttributeValidationStage<String>
net.shibboleth.metadata.dom.StringAttributeValidationStage
- All Implemented Interfaces:
Stage<Element>,net.shibboleth.shared.component.Component,net.shibboleth.shared.component.DestructableComponent,net.shibboleth.shared.component.IdentifiableComponent,net.shibboleth.shared.component.IdentifiedComponent,net.shibboleth.shared.component.InitializableComponent
@ThreadSafe
public class StringAttributeValidationStage
extends AbstractAttributeValidationStage<String>
- Since:
- 0.10.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.metadata.dom.AbstractAttributeValidationStage
applicable, doInitialize, getAttributeNames, setAttributeName, setAttributeNames, setQualifiedAttributeName, setQualifiedAttributeNames, visitMethods inherited from class net.shibboleth.metadata.dom.AbstractElementVisitingValidationStage
applicable, buildContext, getElementNames, setElementName, setElementNamesMethods inherited from class net.shibboleth.metadata.dom.AbstractDOMValidationStage
applyValidators, doDestroy, getValidators, setValidatorsMethods inherited from class net.shibboleth.metadata.dom.AbstractDOMTraversalStage
addError, doExecute, errorPrefixMethods inherited from class net.shibboleth.metadata.pipeline.AbstractIteratingStage
doExecuteMethods inherited from class net.shibboleth.metadata.pipeline.AbstractStage
execute, getCollectionPredicate, setCollectionPredicateMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiableInitializableComponent
setIdMethods inherited from class net.shibboleth.shared.component.AbstractIdentifiedInitializableComponent
ensureId, getId, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentExceptionMethods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, initialize, isDestroyed, isInitializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitialized
-
Constructor Details
-
StringAttributeValidationStage
public StringAttributeValidationStage()
-
-
Method Details
-
convert
Description copied from class:AbstractElementVisitingValidationStageConvert the visitedNodeto the type to be validated.- Specified by:
convertin classAbstractElementVisitingValidationStage<String,Attr> - Parameters:
attr- node being validated- Returns:
- converted value
-