Uses of Class
net.shibboleth.metadata.dom.Container
Packages that use Container
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 Container in net.shibboleth.metadata.dom
Fields in net.shibboleth.metadata.dom declared as ContainerModifier and TypeFieldDescriptionprivate final ContainerContainer.parentContainerThe parentContainer, ornull.Methods in net.shibboleth.metadata.dom that return ContainerModifier and TypeMethodDescriptionContainer.addChild(ElementMaker maker, Container.ChildAddingStrategy adder) Add a child to the container.Container.addChild(Element child, Container.ChildAddingStrategy adder) Add a child to the container.Add the element in the appropriate position within the provided container.Container.findChild(ElementMatcher matcher) Find an existing child matching theElementMatcher, if there is one.Container.getParent()Get the container's parent, if any.Container.locateChild(ElementMatcher matcher, ElementMaker maker, Container.ChildAddingStrategy adder) Locate a child container matching theElementMatcher, creating one if necessary.Methods in net.shibboleth.metadata.dom that return types with arguments of type ContainerModifier and TypeMethodDescriptionContainer.findChildren(ElementMatcher matcher) Find all existing children matching theElementMatcher.Methods in net.shibboleth.metadata.dom with parameters of type ContainerModifier and TypeMethodDescriptionAdd the element in the appropriate position within the provided container.Constructors in net.shibboleth.metadata.dom with parameters of type Container -
Uses of Container in net.shibboleth.metadata.dom.saml
Methods in net.shibboleth.metadata.dom.saml with parameters of type Container -
Uses of Container in net.shibboleth.metadata.dom.saml.mdattr
Method parameters in net.shibboleth.metadata.dom.saml.mdattr with type arguments of type ContainerModifier 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.