A B C D E F G H I M N O P R S T U V W X 

A

AbstractDOMValidationStageTest - Class in net.shibboleth.metadata.dom
 
AbstractDOMValidationStageTest() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest
 
AbstractDOMValidationStageTest.FirstStringValidator - Class in net.shibboleth.metadata.dom
 
AbstractDOMValidationStageTest.FirstStringValidator() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.FirstStringValidator
 
AbstractDOMValidationStageTest.StringValidationStage - Class in net.shibboleth.metadata.dom
 
AbstractDOMValidationStageTest.StringValidationStage() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.StringValidationStage
 
AbstractDOMValidationStageTest.UnexecutedStringValidator - Class in net.shibboleth.metadata.dom
 
AbstractDOMValidationStageTest.UnexecutedStringValidator() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.UnexecutedStringValidator
 
applicable(Element) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.StringValidationStage
 
AssertSupport - Class in net.shibboleth.metadata
Helper class that offers additional assertion checks.
AssertSupport() - Constructor for class net.shibboleth.metadata.AssertSupport
Constructor.
assertValidComponentInfo(Item<?>, int, Class<? extends Component>, String) - Static method in class net.shibboleth.metadata.AssertSupport
Checks that the given metadata element contains ComponentInfo information.
assertXMLIdentical(Node, Node) - Method in class net.shibboleth.metadata.dom.BaseDOMTest
Checks whether two nodes are identical based on Diff.identical().
AtLeastCollectionPredicateTest - Class in net.shibboleth.metadata.pipeline
 
AtLeastCollectionPredicateTest() - Constructor for class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicateTest
 

B

baos - Variable in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination
 
base_oneIdentifier() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
base_setNoItemIdIdentifier() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
base_twoIdentifiers() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
base_unidentified() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
baseClassPath - Variable in class net.shibboleth.metadata.BaseTest
Base path for class-relative test resource references.
BaseDOMTest - Class in net.shibboleth.metadata.dom
A base class for DOM related tests.
BaseDOMTest(Class<?>) - Constructor for class net.shibboleth.metadata.dom.BaseDOMTest
Constructor
basePackagePath - Variable in class net.shibboleth.metadata.BaseTest
Base path for package-relative test resource references.
BaseStageTest - Class in net.shibboleth.metadata.pipeline
 
BaseStageTest() - Constructor for class net.shibboleth.metadata.pipeline.BaseStageTest
 
BaseTest - Class in net.shibboleth.metadata
 
BaseTest(Class<?>) - Constructor for class net.shibboleth.metadata.BaseTest
Constructor
BaseX509ValidatorTest - Class in net.shibboleth.metadata.validate.x509
 
BaseX509ValidatorTest(Class<?>) - Constructor for class net.shibboleth.metadata.validate.x509.BaseX509ValidatorTest
 
basicTest() - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest
 
blacklist() - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStageTest
Test blacklisting.
buildDomElementItem(long) - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStageTest
Creates a DOMElementItem that contains a validUntil attribute whose value is now plus a given interval.
buildMetadataCollection() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
 
buildMetadataCollection() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Build up a metadata collection containing 3 EntityDescriptors.
buildMetadataCollection() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Build up a metadata collection containing 3 EntityDescriptors.
buildMetadataCollection() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Build up a metadata collection containing 3 EntityDescriptors.
buildMetdataCollection(String) - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStageTest
 
buildStage() - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStageTest
 
buildStages() - Method in class net.shibboleth.metadata.pipeline.SimplePipelineTest
 

C

checkOneFile(File, String) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategyTest
 
classPathResource() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
classRelativeResource(String) - Method in class net.shibboleth.metadata.BaseTest
Makes a resource reference relative to the class being tested.
close() - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination
 
conditionalExecution() - Method in class net.shibboleth.metadata.pipeline.BaseStageTest
 
ContactPersonFilterStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for ContactPersonFilterStage.
ContactPersonFilterStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
Constructor sets class under test.
contactPersonQname - Variable in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
context - Variable in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
contextImplFour() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
contextImplstringFour() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
contextImplstringThree() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
contextImplThree() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
copy() - Method in class net.shibboleth.metadata.MockItem
countErrors(Item<Element>) - Method in class net.shibboleth.metadata.dom.BaseDOMTest
 
CountingStage<T> - Class in net.shibboleth.metadata.pipeline
Stage that counts the number of times it was invoked and the number of items it has observed.
CountingStage() - Constructor for class net.shibboleth.metadata.pipeline.CountingStage
Constructor.
CRDetectionStageTest - Class in net.shibboleth.metadata.dom
 
CRDetectionStageTest() - Constructor for class net.shibboleth.metadata.dom.CRDetectionStageTest
 

D

defaultMinimum() - Method in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicateTest
 
doExecute() - Method in class net.shibboleth.metadata.dom.ElementStrippingStageTest
 
doExecute() - Method in class net.shibboleth.metadata.dom.EmptyContainerStrippingStageTest
 
doExecute() - Method in class net.shibboleth.metadata.dom.NamespaceStrippingStageTest
 
doExecute(Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.CountingStage
doExecute(Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.TerminatingStage
DOMElementSerializerTest - Class in net.shibboleth.metadata.dom
 
DOMElementSerializerTest() - Constructor for class net.shibboleth.metadata.dom.DOMElementSerializerTest
 
DOMFilesystemSourceTest - Class in net.shibboleth.metadata.dom
Unit test for DOMFilesystemSourceStage.
DOMFilesystemSourceTest() - Constructor for class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
Constructor sets class under test.
DOMResourceSourceTest - Class in net.shibboleth.metadata.dom
 
DOMResourceSourceTest() - Constructor for class net.shibboleth.metadata.dom.DOMResourceSourceTest
 

E

ElementStrippingStageTest - Class in net.shibboleth.metadata.dom
 
ElementStrippingStageTest() - Constructor for class net.shibboleth.metadata.dom.ElementStrippingStageTest
Constructor sets class under test.
ElementWhitespaceTrimmingStageTest - Class in net.shibboleth.metadata.dom
 
ElementWhitespaceTrimmingStageTest() - Constructor for class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStageTest
Constructor sets class under test.
EmptyContainerStrippingStageTest - Class in net.shibboleth.metadata.dom
 
EmptyContainerStrippingStageTest() - Constructor for class net.shibboleth.metadata.dom.EmptyContainerStrippingStageTest
Constructor sets class under test.
entitiesDescriptor - Variable in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
EntitiesDescriptorAssemblerStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for the EntitiesDescriptorAssemblerStage class.
EntitiesDescriptorAssemblerStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
Constructor sets class under test.
EntitiesDescriptorDisassemblerStageTest - Class in net.shibboleth.metadata.dom.saml
EntitiesDescriptorDisassemblerStage unit test.
EntitiesDescriptorDisassemblerStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.EntitiesDescriptorDisassemblerStageTest
Constructor sets class under test.
EntityAttributeFilteringStageTest - Class in net.shibboleth.metadata.dom.saml.mdattr
 
EntityAttributeFilteringStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
EntityCategoryMatcherSpringTest - Class in net.shibboleth.metadata.dom.saml.mdattr
This is the same as EntityCategoryMatcherTest, but pulls the matcher beans from a configured application context.
EntityCategoryMatcherSpringTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherSpringTest
 
EntityCategoryMatcherTest - Class in net.shibboleth.metadata.dom.saml.mdattr
 
EntityCategoryMatcherTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherTest
 
EntityCategorySupportMatcherTest - Class in net.shibboleth.metadata.dom.saml.mdattr
 
EntityCategorySupportMatcherTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcherTest
 
EntityDescriptorItemIdPopulationStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for EntityDescriptorItemIdPopulationStage.
EntityDescriptorItemIdPopulationStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStageTest
Constructor sets class under test.
EntityFilterStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for EntityFilterStage.
EntityFilterStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Constructor sets class under test.
EntityRegistrationAuthorityFilterStageTest - Class in net.shibboleth.metadata.dom.saml.mdrpi
Unit test for EntityRegistrationAuthorityFilterStage.
EntityRegistrationAuthorityFilterStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Constructor sets class under test.
EntityRoleFilterStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for EntityRoleFilterStage.
EntityRoleFilterStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Constructor sets class under test.
equals(Object) - Method in class net.shibboleth.metadata.MockItem
errorsAndWarnings(Item<Element>, int, int) - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
errorsAndWarnings(Item<?>, int, int) - Method in class net.shibboleth.metadata.validate.x509.BaseX509ValidatorTest
 
execute(Item<Element>) - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
execute(String) - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
expectError(String, String) - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
explicitMinimum() - Method in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicateTest
 

F

factory - Variable in class net.shibboleth.metadata.validate.x509.BaseX509ValidatorTest
 
fetchDuration(Element) - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Helper method to extract the value of a descriptor's XML duration attribute in milliseconds.
FilesInDirectoryMultiOutputStrategyTest - Class in net.shibboleth.metadata.pipeline
 
FilesInDirectoryMultiOutputStrategyTest() - Constructor for class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategyTest
 
FirstItemIdItemIdentificationStrategyTest - Class in net.shibboleth.metadata
 
FirstItemIdItemIdentificationStrategyTest() - Constructor for class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategyTest
 

G

GenerateIdStageTest - Class in net.shibboleth.metadata.dom.saml
 
GenerateIdStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.GenerateIdStageTest
 
getCertificate(String) - Method in class net.shibboleth.metadata.validate.x509.BaseX509ValidatorTest
 
getClasspathResource(String) - Method in class net.shibboleth.metadata.BaseTest
Helper method to acquire a ClassPathResource based on the given resource path.
getDestination(Item<String>) - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy
 
getInvocationCount() - Method in class net.shibboleth.metadata.pipeline.CountingStage
Gets the number of times the stage was invoked.
getItemCount() - Method in class net.shibboleth.metadata.pipeline.CountingStage
Gets the number of items observed.
getItemIdentifier() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
getOutputStream() - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination
 
getParserPool() - Method in class net.shibboleth.metadata.dom.BaseDOMTest
Gets an initialized parser pool.
getSetCollectionPredicate() - Method in class net.shibboleth.metadata.pipeline.BaseStageTest
 

H

hashCode() - Method in class net.shibboleth.metadata.MockItem

I

id - Variable in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination
 
ignoredAuthority() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
initialize() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
invocationCount - Variable in class net.shibboleth.metadata.pipeline.CountingStage
Number of times the stage was invoked.
itemCount - Variable in class net.shibboleth.metadata.pipeline.CountingStage
Number of items observed.
ItemIdTest - Class in net.shibboleth.metadata
Unit tests for the ItemId class.
ItemIdTest() - Constructor for class net.shibboleth.metadata.ItemIdTest
 
ItemIdTransformStageTest - Class in net.shibboleth.metadata.pipeline
 
ItemIdTransformStageTest() - Constructor for class net.shibboleth.metadata.pipeline.ItemIdTransformStageTest
 
ItemMetadataAddingStageTest - Class in net.shibboleth.metadata.pipeline
 
ItemMetadataAddingStageTest() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataAddingStageTest
 
ItemMetadataFilterStageTest - Class in net.shibboleth.metadata.pipeline
ItemMetadataFilterStage unit test.
ItemMetadataFilterStageTest() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
 
ItemMetadataTerminationStageTest - Class in net.shibboleth.metadata.pipeline
ItemMetadataTerminationStage unit test.
ItemMetadataTerminationStageTest() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
 
ItemTagTest - Class in net.shibboleth.metadata
Unit test for ItemTag.
ItemTagTest() - Constructor for class net.shibboleth.metadata.ItemTagTest
 

M

makeInput() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Utility method to grab our standard input file and turn it into a DOMElementItem.
makeInput() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Utility method to grab our standard input file and turn it into a DOMElementItem.
makeInput() - Method in class net.shibboleth.metadata.dom.XSLValidationStageTest
Utility method to grab our standard input file and turn it into a DOMElementItem.
makeInputDocument() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
makeInputItems() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
makeItem(String) - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
makeItem(String) - Method in class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStageTest
 
makeItem(String) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
 
makeItem() - Method in class net.shibboleth.metadata.dom.WhitespaceTrimmingVisitorTest
 
makeItem(String) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
 
makeItems(Element) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
makeStage() - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
makeStage() - Method in class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStageTest
 
makeStage() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
 
makeStrat() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
map - Variable in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy
 
mappedAuthority() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
md1 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Metadata element which contains no StatusMetadata items.
md1 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Metadata element which contains no StatusMetadata items.
md2 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Metadata element which contains a WarningStatus item.
md2 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Metadata element which contains a WarningStatus item.
md3 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Metadata element which contains no StatusMetadata items.
md3 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Metadata element which contains no StatusMetadata items.
md4 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Metadata element which contains a WarningStatus and ErrorStatus item.
md4 - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Metadata element which contains a WarningStatus and ErrorStatus item.
mda90() - Method in class net.shibboleth.metadata.dom.saml.GenerateIdStageTest
Test for MDA-90 (default identifier strategy used by GenerateIdStage sometimes generates bad IDs).
metadataCollectionPrototype - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Unmodifiable, prototype, collection of metadata elements.
metadataCollectionPrototype - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Unmodifiable, prototype, collection of metadata elements.
MockItem - Class in net.shibboleth.metadata
A mock implementation of Item.
MockItem(String) - Constructor for class net.shibboleth.metadata.MockItem
Constructor.
MultiOutputSerializationStageTest - Class in net.shibboleth.metadata.pipeline
 
MultiOutputSerializationStageTest() - Constructor for class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest
 
MultiOutputSerializationStageTest.StringMapOutputStrategy - Class in net.shibboleth.metadata.pipeline
 
MultiOutputSerializationStageTest.StringMapOutputStrategy() - Constructor for class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy
 
MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination - Class in net.shibboleth.metadata.pipeline
 
MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination(String) - Constructor for class net.shibboleth.metadata.pipeline.MultiOutputSerializationStageTest.StringMapOutputStrategy.StringDestination
 
MultiOutputXSLTransformationStageTest - Class in net.shibboleth.metadata.dom
MultiOutputXSLTransformationStage unit test.
MultiOutputXSLTransformationStageTest() - Constructor for class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Constructor sets class under test.
MultiOutputXSLTransformationStageTest.TestInfo - Class in net.shibboleth.metadata.dom
Simple marker object to test correct passage of ItemMetadata through pipeline stages.
MultiOutputXSLTransformationStageTest.TestInfo() - Constructor for class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest.TestInfo
 
MultiPredicateMatcherTest - Class in net.shibboleth.metadata.dom.saml.mdattr
 
MultiPredicateMatcherTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 

N

NamespacesStrippingStageTest - Class in net.shibboleth.metadata.dom
 
NamespacesStrippingStageTest() - Constructor for class net.shibboleth.metadata.dom.NamespacesStrippingStageTest
Constructor sets class under test.
NamespaceStrippingStageTest - Class in net.shibboleth.metadata.dom
 
NamespaceStrippingStageTest() - Constructor for class net.shibboleth.metadata.dom.NamespaceStrippingStageTest
Constructor sets class under test.
nameToPath(String) - Method in class net.shibboleth.metadata.BaseTest
Converts the "."-separated name of a class or package into an absolute path.
net.shibboleth.metadata - package net.shibboleth.metadata
 
net.shibboleth.metadata.dom - package net.shibboleth.metadata.dom
 
net.shibboleth.metadata.dom.ds - package net.shibboleth.metadata.dom.ds
 
net.shibboleth.metadata.dom.saml - package net.shibboleth.metadata.dom.saml
 
net.shibboleth.metadata.dom.saml.mdattr - package net.shibboleth.metadata.dom.saml.mdattr
 
net.shibboleth.metadata.dom.saml.mdrpi - package net.shibboleth.metadata.dom.saml.mdrpi
 
net.shibboleth.metadata.pipeline - package net.shibboleth.metadata.pipeline
 
net.shibboleth.metadata.util - package net.shibboleth.metadata.util
 
net.shibboleth.metadata.validate.x509 - package net.shibboleth.metadata.validate.x509
 
newSingletonList(T) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
newTwoElementList(T, T) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
noItemsCollection() - Method in class net.shibboleth.metadata.dom.DOMElementSerializerTest
 

O

oneIdentifier() - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategyTest
 

P

packageRelativeResource(String) - Method in class net.shibboleth.metadata.BaseTest
Makes a resource reference relative to the package of the class being tested.
parserPool - Variable in class net.shibboleth.metadata.dom.BaseDOMTest
Initialized parser pool used to parser data.
parserPool - Variable in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
PathSegmentStringTransformerTest - Class in net.shibboleth.metadata.util
 
PathSegmentStringTransformerTest() - Constructor for class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
PipelineDemultiplexerStageTest - Class in net.shibboleth.metadata.pipeline
Unit test of PipelineDemultiplexerStage.
PipelineDemultiplexerStageTest() - Constructor for class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
PipelineMergeStageTest - Class in net.shibboleth.metadata.pipeline
PipelineMergeStage unit test.
PipelineMergeStageTest() - Constructor for class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
populateAbsent() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
 
populateNoExtensions() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
 
populatePresent() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
 
PullUpCacheDurationStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for PullUpCacheDurationStage.
PullUpCacheDurationStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStageTest
Constructor sets class under test.
PullUpValidUntilStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for PullUpValidUntilStage.
PullUpValidUntilStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.PullUpValidUntilStageTest
Constructor sets class under test.

R

readDOMItem(String) - Method in class net.shibboleth.metadata.dom.BaseDOMTest
Reads in an XML file and returns it as a new DOMElementItem.
readXMLData(String) - Method in class net.shibboleth.metadata.dom.BaseDOMTest
Reads in an XML file, parses it, and returns the document element.
RegistrationAuthorityItemIdentificationStrategyTest - Class in net.shibboleth.metadata.dom.saml.mdrpi
 
RegistrationAuthorityItemIdentificationStrategyTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 
RegistrationAuthorityMatcherTest - Class in net.shibboleth.metadata.dom.saml.mdattr
 
RegistrationAuthorityMatcherTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcherTest
 
RegistrationAuthorityPopulationStageTest - Class in net.shibboleth.metadata.dom.saml.mdrpi
 
RegistrationAuthorityPopulationStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityPopulationStageTest
Constructor sets class under test.
RemoveOrganizationStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for RemoveOrganizationStage.
RemoveOrganizationStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.RemoveOrganizationStageTest
Constructor sets class under test.

S

serializeCollection() - Method in class net.shibboleth.metadata.SimpleItemCollectionSerializerTest
 
serialVersionUID - Static variable in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest.TestInfo
Serial version UIDs.
serialVersionUID - Static variable in class net.shibboleth.metadata.dom.XSLTtransformationStageTest.TestInfo
Serial version UIDs.
serialVersionUID - Static variable in class net.shibboleth.metadata.dom.XSLValidationStageTest.TestInfo
Serial version UIDs.
serialVersionUID - Static variable in class net.shibboleth.metadata.MockItem
Serial version UID.
SetCacheDurationStageSpringTest - Class in net.shibboleth.metadata.dom.saml
 
SetCacheDurationStageSpringTest() - Constructor for class net.shibboleth.metadata.dom.saml.SetCacheDurationStageSpringTest
 
SetCacheDurationStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for SetCacheDurationStage.
SetCacheDurationStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Constructor sets class under test.
setData(String) - Method in class net.shibboleth.metadata.MockItem
setMetadataInfo(ClassToInstanceMultiMap<ItemMetadata>) - Method in class net.shibboleth.metadata.MockItem
Sets the metadata for this Item.
setNameFormatPredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
setNamePredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
setNoItemIdIdentifier() - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategyTest
 
setRegistrationAuthorityPredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
setUp() - Method in class net.shibboleth.metadata.dom.BaseDOMTest
Setup test class.
setup() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
setup() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Unit test setup, initializes ItemMetadataFilterStageTest.metadataCollectionPrototype and metadata elements.
setup() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Unit test setup, initializes ItemMetadataTerminationStageTest.metadataCollectionPrototype and metadata elements.
SetValidUntilStageSpringTest - Class in net.shibboleth.metadata.dom.saml
 
SetValidUntilStageSpringTest() - Constructor for class net.shibboleth.metadata.dom.saml.SetValidUntilStageSpringTest
 
SetValidUntilStageTest - Class in net.shibboleth.metadata.dom.saml
SetValidUntilStage unit test.
SetValidUntilStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.SetValidUntilStageTest
Constructor sets class under test.
setValuePredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
SHA1StringTransformerTest - Class in net.shibboleth.metadata.util
 
SHA1StringTransformerTest() - Constructor for class net.shibboleth.metadata.util.SHA1StringTransformerTest
 
signingCert - Variable in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
 
simple() - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStageTest
Test the simple case that is already handled by NamespaceStrippingStage, of blacklisting a single namespace.
simpleClassRelativeName(String) - Method in class net.shibboleth.metadata.BaseTest
 
SimpleItemCollectionSerializerTest - Class in net.shibboleth.metadata
 
SimpleItemCollectionSerializerTest() - Constructor for class net.shibboleth.metadata.SimpleItemCollectionSerializerTest
 
SimplePipelineTest - Class in net.shibboleth.metadata.pipeline
 
SimplePipelineTest() - Constructor for class net.shibboleth.metadata.pipeline.SimplePipelineTest
 
simpleTest() - Method in class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStageTest
 
SplitMergeStageTest - Class in net.shibboleth.metadata.pipeline
Unit test of SplitMergeStage.
SplitMergeStageTest() - Constructor for class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
stage - Variable in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageSpringTest
 
stage - Variable in class net.shibboleth.metadata.dom.saml.SetValidUntilStageSpringTest
 

T

TerminatingStage<T> - Class in net.shibboleth.metadata.pipeline
Stage that throws a TerminationException when it is called.
TerminatingStage() - Constructor for class net.shibboleth.metadata.pipeline.TerminatingStage
Constructor.
test() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorDisassemblerStageTest
 
test(boolean, Predicate<EntityAttributeFilteringStage.EntityAttributeContext>, EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherSpringTest
 
test(boolean, Predicate<EntityAttributeFilteringStage.EntityAttributeContext>, EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherTest
 
test(boolean, Predicate<EntityAttributeFilteringStage.EntityAttributeContext>, EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcherTest
 
test(boolean, Predicate<EntityAttributeFilteringStage.EntityAttributeContext>, EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcherTest
 
test() - Method in class net.shibboleth.metadata.dom.XPathItemSelectionStrategyTest
Test XPathItemSelectionStrategy using an example from the UK federation build process.
test() - Method in class net.shibboleth.metadata.ItemIdTest
 
test() - Method in class net.shibboleth.metadata.ItemTagTest
 
test() - Method in class net.shibboleth.metadata.pipeline.ItemIdTransformStageTest
 
test() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
test1024on1024noRestriction() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test1024on1024Restricted() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test1024on1024Restricted2() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test2048on1024noRestriction() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test2048on2048noRestriction() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test2048on2048Restricted() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
test2048on2048Restricted2() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
testAddingMetadata() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataAddingStageTest
 
testAssemblingWithName() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
Test with use of the name property.
testAssemblingWithOrdering() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
Test with an ordering strategy.
testAssemblingWithoutName() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
Basic test without use of the name property.
testAuthorityBlacklist() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Tests filtering out Items based on an authority blacklist.
testAuthorityWhitelist() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Tests filtering out Items based on an authority whitelist.
testBlacklist() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testBlacklistContactPersons() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
testBlankLineIssue9() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
testBlue() - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
testCert(String, Validator<X509Certificate>, int, int) - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testCollectionFactory() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testCollectionFactory() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testCommentAssumptions() - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
testCompareTo() - Method in class net.shibboleth.metadata.ItemIdTest
Test the implementation of the Comparable interface.
testDediplicatingItemIdMergeStrategyMultipleSource() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
testDediplicatingItemIdMergeStrategySingleSource() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
 
testDefaults() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategyTest
 
testDefaults() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testDefaults1024() - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidatorTest
 
testDefaults2048() - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidatorTest
 
testDesignatedTypes() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
testDifferentElement() - Method in class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStageTest
Tests running the stage on a collection that does not contain EntityDescriptors.
testDigestBlacklist() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test digest algorithm blacklist.
testDocumentAssumptions() - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
testDontRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Test that EntitiesDescriptors that have had all their EntityDescriptor children remove are not themselves removed when EntityFilterStage.isRemovingEntitylessEntitiesDescriptor() is false.
testDontRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that EntitiesDescriptors that have had all their EntityDescriptor children remove are not themselves removed when EntityRoleFilterStage.isRemovingEntitylessEntitiesDescriptor() is false.
testDontRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Tests not removing EntitiesDescriptors that no longer contain any EntityDescriptors.
testDontRemoveRolelessEntityDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that EntityDescriptors that have had all their roles removed are not themselves removed if EntityRoleFilterStage.isRemovingRolelessEntities() is false.
testDuration() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageSpringTest
 
testDuration() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStageSpringTest
 
testEarlyCompletion() - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest
 
testEmptyCollection() - Method in class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStageTest
Tests running the stage on an empty collection.
testEmptyRefNotPermitted() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test that a signature with an empty reference is not permitted if disallowed.
testEmptyRefPermitted() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test that a signature with an empty reference is permitted by default.
testEntitiesDescriptorFiltering() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Test that filtering logic descends in to EntitiesDescriptors.
testEntitiesDescriptorFiltering() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that role filtering is performed on descendant elements of metadata collection elements.
testEntityBlacklist() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Test blacklisted entity is remove and ensure everything else is retained.
testEntityWhitelist() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Test whitelisted entity is retained and ensure everything else is removed.
testError() - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
testErrors() - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
testExecute() - Method in class net.shibboleth.metadata.dom.XPathFilteringStageTest
Test XPathFilteringStage using an example from the UK federation build process.
testExecute() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testExecute() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testExecution() - Method in class net.shibboleth.metadata.pipeline.SimplePipelineTest
 
testExecutorService() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testExecutorService() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testFailedFetch() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
 
testFailedFetch() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
testFull() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategyTest
 
testHashCode() - Method in class net.shibboleth.metadata.ItemIdTest
Test that the hash codes for different ItemIds are different.
testInclude() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform which results from templates contained in a main stylesheet and one which is included.
testInclude() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Test a transform which results from templates contained in a main stylesheet and one which is included.
testingClass - Variable in class net.shibboleth.metadata.BaseTest
Class being tested.
testingPackage - Variable in class net.shibboleth.metadata.BaseTest
Package for the class being tested.
testInitialization() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testInitialize() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testInitialize() - Method in class net.shibboleth.metadata.pipeline.SimplePipelineTest
 
testInvalidSignature() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test that a metadata element with an invalid signature is labelled with an error.
testInvalidXml() - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStageTest
 
testKeepCoC() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testKeepCoC2() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testKeepCoCRightRegistrar() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testKeepCoCWrongRegistrar() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testKeepEverything() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testMaxCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStageTest
Test that the maximum cache duration is used when the shortest duration is greater than it.
testMaxCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStageTest
Test that the maximum validUntil is used when the nearest validUntil is later than max duration + now.
testMDA130() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
testMDA140nonselected() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testMDA140selected() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testMDA168_1() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testMDA168_2() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testMDA45() - Method in class net.shibboleth.metadata.dom.XSLValidationStageTest
Test for MDA-45.
testMda87() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStageTest
Test for MDA-87, which turns out to be due to not constructing the document element with an appropriate namespace declaration.
testMDQExample() - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
testMDQExample() - Method in class net.shibboleth.metadata.util.SHA1StringTransformerTest
 
testMDQExample2() - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
testMinCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStageTest
Test that the minimum cache duration is used when the shortest duration is less than it.
testMinCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStageTest
Test that the minimum validUntil is used when the nearest validUntil is earlier than min duration + now.
testMultiFilterRequirement() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Tests a ItemMetadataFilterStage containing multiple filter requirements.
testMultipleRecords() - Method in class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStageTest
Tests running the stage on a collection that contains multiple EntityDescriptors.
testMultiSelectionRequirement() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Tests a ItemMetadataFilterStage containing multiple selection requirements.
testNegativeDuration() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Tests that the stage properly rejects negative durations.
testNegativeDuration() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStageTest
Tests that the stage properly rejects negative durations.
testNISTError() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testNISTWarning() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testNoFilterRequirements() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Tests a ItemMetadataFilterStage without any filter requirements.
testNonselectedItemPipeline() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testNoPredicates() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStageTest
 
testNoRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherSpringTest
 
testNoRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherTest
 
testNoRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcherTest
 
testNoRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcherTest
 
testNoSelectionRequirements() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Tests a ItemMetadataFilterStage without any selection requirements.
testNotBlacklisted() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
 
testNothing() - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
testNothing() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcherTest
 
testOK() - Method in class net.shibboleth.metadata.dom.CRDetectionStageTest
 
testOptionalCheck() - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStageTest
Tests that optional check flag on the stage operates properly.
testOutsideDocumentElement() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Test a transform which manipulates the document's nodes that lie outside the document element.
testPercent() - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
testPipelineAndSelectionStrategies() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testPullCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStageTest
Test that the shortest duration (1 hour) is pulled up to the EntitiesDescriptor.
testPullCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStageTest
Test that the nearest validUntil is pulled up to the EntitiesDescriptor.
testRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStageTest
Test that EntitiesDescriptors that have had all their EntityDescriptor children remove are themselves removed.
testRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that EntitiesDescriptors that have had all their EntityDescriptor children remove are themselves removed.
testRemoveEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Tests removing EntitiesDescriptors that no longer contain any EntityDescriptors.
testRemoveOrganization() - Method in class net.shibboleth.metadata.dom.saml.RemoveOrganizationStageTest
Test the organization elements are removed from top level metadata elements.
testRemoveOrganizationFromNestedElements() - Method in class net.shibboleth.metadata.dom.saml.RemoveOrganizationStageTest
Test that contact person elements are removed from children of top level metadata elements.
testRequiredSignature() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test that metadata elements that do not contain signature are appropriately labelled when valid signatures are required.
testRequireRegistrationInfo() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStageTest
Tests filtering out Items that do not contain registration information.
testRoleBlacklist() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that blacklisted roles are removed and all other roles are retained.
testRoleWhitelist() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStageTest
Test that whitelisted roles are retained and all other roles are removed.
testSelectedItemPipeline() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testSelectionStrategy() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
 
testSetIdAttributeNamesNull() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStageTest
 
testSignatureMethodBlacklist() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Test signature method blacklist.
testSigning() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStageTest
Test signing with and verifying the result against a known good.
testSingleFilterRequirement() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataFilterStageTest
Tests a ItemMetadataFilterStage containing one filter requirement.
testSingleRecord() - Method in class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStageTest
Tests running the stage on a collection that contains a single EntityDescriptor.
testSingleSelectionRequirement() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStageTest
Tests a ItemMetadataFilterStage containing one selection requirement.
testSingleton() - Method in class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStageTest
 
testSpace() - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
testSuccessfulDirectoryFetchAndParse() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
 
testSuccessfulDirectoryFetchWithFilterAndParse() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
 
testSuccessfulFetchAndFailedParse() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
 
testSuccessfulFetchAndFailedParse() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
testSuccessfulFetchAndParse() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceTest
 
testSuccessfulFileFetchAndParse() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceTest
 
testThreeCerts(Validator<X509Certificate>, int, int, int, int, int, int) - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testThrow() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testThrow() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStageTest
Tests the case where one of the pipelines throws an exception.
testThrowNonselected() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
Tests case where the nonselected items pipeline throws a TerminationException.
testThrowSelected() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStageTest
Tests case where the selected items pipeline throws a TerminationException.
testTransform0() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform which results in no output elements.
testTransform1() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform which results in a single output element, which we can test against a known good output file.
testTransform1() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Test a transform which results in a single output element, which we can test against a known good output file.
testTransform2() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform which results in two empty output elements, which we can test against by collecting their element names.
testTransformListener() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform which results in Status objects being attached to each of two empty output elements.
testTransformListener() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Test a transform which results in Status objects being attached to the output element.
testTransformParam() - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStageTest
Test a transform to which we supply a named parameter.
testTransformParam() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Test a transform to which we supply a named parameter.
testURIResolver() - Method in class net.shibboleth.metadata.dom.XSLTtransformationStageTest
 
testValidation() - Method in class net.shibboleth.metadata.dom.XSLValidationStageTest
Test a validation transform.
testValidSignature() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Tests verifying a file with a valid signature.
testValidUntilRangeCheck() - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStageTest
Tests that Items within range are not marked as in error and Items outside range are marked as in error.
testValidXml() - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStageTest
 
testWaitingForPipelines() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStageTest
 
testWarning() - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
 
testWarningOn1024() - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidatorTest
 
testWarningOnly() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
 
testWhitelistContactPersons() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
testWhitelistingTypes() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStageTest
 
testWithExistingCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Tests that the duration is properly set on an element when it already contains a duration.
testWithExistingValidUntil() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStageTest
Tests that the duration is properly set on an element when it already contains a duration.
testWithNonDescriptorMetadataElement() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Tests that the stage ignores elements which are not EntityDescriptors or EntitiesDescriptors.
testWithNonDescriptorMetadataElement() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStageTest
Tests that the stage ignores elements which are not EntityDescriptors or EntitiesDescriptors.
testWithoutExistingCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStageTest
Tests that the duration is properly set on an element when it doesn't already contain a duration.
testWithoutExistingValidUntil() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStageTest
Tests that the validUntil attribute is properly set on an element when it doesn't already contain one.
testWithRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherSpringTest
 
testWithRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcherTest
 
testWithRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcherTest
 
testWithRA() - Method in class net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcherTest
 
transform - Static variable in class net.shibboleth.metadata.util.PathSegmentStringTransformerTest
 
transform - Static variable in class net.shibboleth.metadata.util.SHA1StringTransformerTest
 
twoIdentifiers() - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategyTest
 
twoItemsCollection() - Method in class net.shibboleth.metadata.dom.DOMElementSerializerTest
 

U

unidentified() - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategyTest
 

V

validate(String, Item<?>, String) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.FirstStringValidator
 
validate(String, Item<?>, String) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.UnexecutedStringValidator
 
ValidateValidUntilStageTest - Class in net.shibboleth.metadata.dom.saml
Unit test for ValidateValidUntilStage.
ValidateValidUntilStageTest() - Constructor for class net.shibboleth.metadata.dom.saml.ValidateValidUntilStageTest
Constructor sets class under test.
visit(Element, AbstractDOMTraversalStage.TraversalContext) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStageTest.StringValidationStage
 
visitAttr() - Method in class net.shibboleth.metadata.dom.WhitespaceTrimmingVisitorTest
 
visitElement() - Method in class net.shibboleth.metadata.dom.WhitespaceTrimmingVisitorTest
 
visitNode() - Method in class net.shibboleth.metadata.dom.WhitespaceTrimmingVisitorTest
 

W

whitelist() - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStageTest
Test whitelisting.
WhitespaceTrimmingVisitorTest - Class in net.shibboleth.metadata.dom
 
WhitespaceTrimmingVisitorTest() - Constructor for class net.shibboleth.metadata.dom.WhitespaceTrimmingVisitorTest
Constructor sets class under test.
wipeDirectory(File) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategyTest
 
withRegistrationAuthority() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategyTest
 

X

X509RSAExponentValidatorTest - Class in net.shibboleth.metadata.validate.x509
 
X509RSAExponentValidatorTest() - Constructor for class net.shibboleth.metadata.validate.x509.X509RSAExponentValidatorTest
Constructor sets class under test.
X509RSAKeyLengthValidatorTest - Class in net.shibboleth.metadata.validate.x509
 
X509RSAKeyLengthValidatorTest() - Constructor for class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidatorTest
Constructor sets class under test.
X509RSAOpenSSLBlacklistValidatorTest - Class in net.shibboleth.metadata.validate.x509
 
X509RSAOpenSSLBlacklistValidatorTest() - Constructor for class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidatorTest
Constructor sets class under test.
X509ValidationStageTest - Class in net.shibboleth.metadata.dom.ds
 
X509ValidationStageTest() - Constructor for class net.shibboleth.metadata.dom.ds.X509ValidationStageTest
Constructor sets class under test.
XMLSchemaValidationStageTest - Class in net.shibboleth.metadata.dom
 
XMLSchemaValidationStageTest() - Constructor for class net.shibboleth.metadata.dom.XMLSchemaValidationStageTest
Constructor sets class under test.
XMLSignatureSigningStageTest - Class in net.shibboleth.metadata.dom
XMLSignatureSigningStage unit test.
XMLSignatureSigningStageTest() - Constructor for class net.shibboleth.metadata.dom.XMLSignatureSigningStageTest
Constructor sets class under test.
XMLSignatureValidationStageTest - Class in net.shibboleth.metadata.dom
Unit test for XMLSchemaValidationStage.
XMLSignatureValidationStageTest() - Constructor for class net.shibboleth.metadata.dom.XMLSignatureValidationStageTest
Constructor sets class under test.
XPathFilteringStageTest - Class in net.shibboleth.metadata.dom
XPathFilteringStage unit test.
XPathFilteringStageTest() - Constructor for class net.shibboleth.metadata.dom.XPathFilteringStageTest
Constructor sets class under test.
XPathItemSelectionStrategyTest - Class in net.shibboleth.metadata.dom
XPathItemSelectionStrategy unit test.
XPathItemSelectionStrategyTest() - Constructor for class net.shibboleth.metadata.dom.XPathItemSelectionStrategyTest
Constructor sets class under test.
XSLTtransformationStageTest - Class in net.shibboleth.metadata.dom
XSLTransformationStage unit test.
XSLTtransformationStageTest() - Constructor for class net.shibboleth.metadata.dom.XSLTtransformationStageTest
Constructor sets class under test.
XSLTtransformationStageTest.TestInfo - Class in net.shibboleth.metadata.dom
Simple marker object to test correct passage of ItemMetadata through pipeline stages.
XSLTtransformationStageTest.TestInfo() - Constructor for class net.shibboleth.metadata.dom.XSLTtransformationStageTest.TestInfo
 
XSLValidationStageTest - Class in net.shibboleth.metadata.dom
 
XSLValidationStageTest() - Constructor for class net.shibboleth.metadata.dom.XSLValidationStageTest
Constructor sets class under test.
XSLValidationStageTest.TestInfo - Class in net.shibboleth.metadata.dom
Simple marker object to test correct passage of ItemMetadata through pipeline stages.
XSLValidationStageTest.TestInfo() - Constructor for class net.shibboleth.metadata.dom.XSLValidationStageTest.TestInfo
 
A B C D E F G H I M N O P R S T U V W X 

Copyright © 1999–2016. All rights reserved.