Uses of Class
net.shibboleth.metadata.validate.ValidatorSequence
Packages that use ValidatorSequence
Package
Description
Implementations of core APIs that operate on W3C DOM based metadata.
Aggregator classes for Shibboleth SAML metadata.
Classes for validation of specific object types.
-
Uses of ValidatorSequence in net.shibboleth.metadata.dom
Fields in net.shibboleth.metadata.dom declared as ValidatorSequenceModifier and TypeFieldDescriptionprivate final ValidatorSequence<V>AbstractDOMValidationStage.validatorsThe validator sequence to apply. -
Uses of ValidatorSequence in net.shibboleth.metadata.dom.saml.shibboleth
Fields in net.shibboleth.metadata.dom.saml.shibboleth declared as ValidatorSequenceModifier and TypeFieldDescriptionprivate ValidatorSequence<String>ScopeValidationStage.regexpValidatorsThe sequence of validators to apply toregexpscopes. -
Uses of ValidatorSequence in net.shibboleth.metadata.validate
Fields in net.shibboleth.metadata.validate declared as ValidatorSequenceModifier and TypeFieldDescriptionprivate ValidatorSequence<A>BaseAsValidator.validatorsThe validator sequence to apply.