|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DomElementItem | |
|---|---|
| net.shibboleth.metadata.dom | Implementations of core APIs that operate on W3C DOM based metadata. |
| net.shibboleth.metadata.dom.saml | Classes that work with DOM elements which contain SAML data. |
| Uses of DomElementItem in net.shibboleth.metadata.dom |
|---|
| Methods in net.shibboleth.metadata.dom that return DomElementItem | |
|---|---|
protected DomElementItem |
DomFilesystemSourceStage.processSourceFile(File source)
Reads in an XML source file, parses it, and creates the appropriate DomElementItem for the data. |
| Methods in net.shibboleth.metadata.dom with parameters of type DomElementItem | |
|---|---|
boolean |
XPathItemSelectionStrategy.apply(DomElementItem item)
|
protected boolean |
XMLSignatureValidationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
XMLSignatureSigningStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
XMLSchemaValidationStage.doExecute(DomElementItem item)
Processes a given Item. |
private void |
NamespaceStrippingStage.processItem(DomElementItem item)
Processes the given DomElementItem. |
| Method parameters in net.shibboleth.metadata.dom with type arguments of type DomElementItem | |
|---|---|
void |
XPathFilteringStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
NamespaceStrippingStage.doExecute(Collection<DomElementItem> items)
Performs the stage processing on the given Item collection. |
protected void |
EmptyContainerStrippingStage.doExecute(Collection<DomElementItem> items)
Performs the stage processing on the given Item collection. |
protected void |
ElementStrippingStage.doExecute(Collection<DomElementItem> items)
Performs the stage processing on the given Item collection. |
protected void |
ElementFormattingStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
DomResourceSourceStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
DomFilesystemSourceStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
AbstractXSLProcessingStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
XSLValidationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected void |
XSLTransformationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected void |
MultiOutputXSLTransformationStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected abstract void |
AbstractXSLProcessingStage.executeTransformer(Transformer transformer,
Collection<DomElementItem> itemCollection)
Executes the XSLT transform on the given collection of Items. |
protected void |
DomResourceSourceStage.populateItemCollection(Collection<DomElementItem> itemCollection,
InputStream data)
Builds an DomElementItem collection from a new XML document. |
void |
DomElementSerializer.serialize(Collection<DomElementItem> itemCollection,
OutputStream output)
Serializes the Item to the given output stream. |
| Uses of DomElementItem in net.shibboleth.metadata.dom.saml |
|---|
| Methods in net.shibboleth.metadata.dom.saml that return types with arguments of type DomElementItem | |
|---|---|
List<DomElementItem> |
EntitiesDescriptorAssemblerStage.ItemOrderingStrategy.order(Collection<DomElementItem> items)
Orders a given Item collection. |
List<DomElementItem> |
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy.order(Collection<DomElementItem> items)
Orders a given Item collection. |
| Methods in net.shibboleth.metadata.dom.saml with parameters of type DomElementItem | |
|---|---|
protected boolean |
ValidateValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
SetValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
SetCacheDurationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
RemoveOrganizationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
PullUpValidUntilStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
PullUpCacheDurationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
GenerateIdStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
EntityRoleFilterStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
EntityRegistrationAuthorityFilterStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
EntityFilterStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
EntityDescriptorItemIdPopulationStage.doExecute(DomElementItem item)
Processes a given Item. |
protected boolean |
ContactPersonFilterStage.doExecute(DomElementItem item)
Processes a given Item. |
| Method parameters in net.shibboleth.metadata.dom.saml with type arguments of type DomElementItem | |
|---|---|
protected void |
SetPublicationInfo.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
PushDownValidUntilStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
PushDownCacheDurationStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
EntityPublisherPathFilterStage.doExecute(Collection<DomElementItem> metadataCollection)
Performs the stage processing on the given Item collection. |
protected void |
EntitiesDescriptorDisassemblerStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
protected void |
EntitiesDescriptorAssemblerStage.doExecute(Collection<DomElementItem> itemCollection)
Performs the stage processing on the given Item collection. |
List<DomElementItem> |
EntitiesDescriptorAssemblerStage.ItemOrderingStrategy.order(Collection<DomElementItem> items)
Orders a given Item collection. |
List<DomElementItem> |
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy.order(Collection<DomElementItem> items)
Orders a given Item collection. |
protected void |
EntitiesDescriptorDisassemblerStage.processEntitiesDescriptor(Collection<DomElementItem> itemCollection,
Element entitiesDescriptor)
Processes an EntitiesDescriptor element. |
protected void |
EntitiesDescriptorDisassemblerStage.processEntityDescriptor(Collection<DomElementItem> itemCollection,
Element entityDescriptor)
Processes an EntityDescriptor element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||