Uses of Interface
net.shibboleth.metadata.dom.ElementMatcher
Packages that use ElementMatcher
Package
Description
Implementations of core APIs that operate on W3C DOM based metadata.
Classes that work with DOM elements which contain SAML data.
Aggregator classes for the entity attributes specification.
-
Uses of ElementMatcher in net.shibboleth.metadata.dom
Classes in net.shibboleth.metadata.dom that implement ElementMatcherModifier and TypeClassDescriptionclassMethods in net.shibboleth.metadata.dom with parameters of type ElementMatcherModifier and TypeMethodDescriptionContainer.findChild(ElementMatcher matcher) Find an existing child matching theElementMatcher, if there is one.Container.findChildren(ElementMatcher matcher) Find all existing children matching theElementMatcher.Container.locateChild(ElementMatcher matcher, ElementMaker maker, Container.ChildAddingStrategy adder) Locate a child container matching theElementMatcher, creating one if necessary. -
Uses of ElementMatcher in net.shibboleth.metadata.dom.saml
Classes in net.shibboleth.metadata.dom.saml that implement ElementMatcherModifier and TypeClassDescriptionclassElementMatcherfor SAMLAttributeelements with specificNameandNameFormatattributes, for use with theContainersystem.classElementMatcherfor SAMLAttributeValueelements with specific text values, for use with theContainersystem.Fields in net.shibboleth.metadata.dom.saml declared as ElementMatcherModifier and TypeFieldDescriptionstatic final ElementMatcherSAMLSupport.EXTENSIONS_MATCHERMatcher for theExtensionselement, for use with theContainersystem. -
Uses of ElementMatcher in net.shibboleth.metadata.dom.saml.mdattr
Fields in net.shibboleth.metadata.dom.saml.mdattr declared as ElementMatcherModifier and TypeFieldDescriptionstatic final ElementMatcherMDAttrSupport.ENTITY_ATTRIBUTES_MATCHERMatcher for theEntityAttributeselement, for use with theContainersystem.Methods in net.shibboleth.metadata.dom.saml.mdattr with parameters of type ElementMatcherModifier and TypeMethodDescriptionprivate booleanEntityAttributeAddingStage.attributeValuePresent(List<Container> attributes, ElementMatcher matcher) Looks for the attribute value we want to add within the contents of a list of Attribute container elements.