- AbstractCompositeItemIdentificationStrategy - Class in net.shibboleth.metadata
-
Abstract class implementing a generic two-part strategy for item identification.
- AbstractCompositeItemIdentificationStrategy() - Constructor for class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
- AbstractDOMTraversalStage - Class in net.shibboleth.metadata.dom
-
A DOM traversal class using the template method pattern.
- AbstractDOMTraversalStage() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMTraversalStage
-
- AbstractDOMTraversalStage.TraversalContext - Class in net.shibboleth.metadata.dom
-
Context for a particular traversal.
- AbstractDOMTraversalStage.TraversalContext(Item<Element>) - Constructor for class net.shibboleth.metadata.dom.AbstractDOMTraversalStage.TraversalContext
-
Constructor.
- AbstractDOMValidationStage<V> - Class in net.shibboleth.metadata.dom
-
Base stage to apply a collection of validators to each object from each item.
- AbstractDOMValidationStage() - Constructor for class net.shibboleth.metadata.dom.AbstractDOMValidationStage
-
- AbstractElementVisitingStage - Class in net.shibboleth.metadata.dom
-
Abstract parent class for stages which visit
Elements named by a
collection of
QNames.
- AbstractElementVisitingStage() - Constructor for class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
- AbstractEntityAttributeMatcher - Class in net.shibboleth.metadata.dom.saml.mdattr
-
- AbstractEntityAttributeMatcher() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- AbstractExactValueMatcher - Class in net.shibboleth.metadata.dom.saml.mdattr
-
An abstract entity attribute matcher implementation that matches an exact
combination of value, name and name format.
- AbstractExactValueMatcher(String, String, String, String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
-
Constructor.
- AbstractItem<T> - Class in net.shibboleth.metadata
-
Base implementation of an
Item.
- AbstractItem() - Constructor for class net.shibboleth.metadata.AbstractItem
-
Constructor.
- AbstractItemMetadataSelectionStage<T> - Class in net.shibboleth.metadata.pipeline
-
A
Stage that selects Items for further processing if they have a specific type of
ItemMetadata
attached to them.
- AbstractItemMetadataSelectionStage() - Constructor for class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
- AbstractNamespacesStrippingStage - Class in net.shibboleth.metadata.dom
-
An abstract stage which removes all evidence of given XML namespaces from each metadata item.
- AbstractNamespacesStrippingStage() - Constructor for class net.shibboleth.metadata.dom.AbstractNamespacesStrippingStage
-
- AbstractX509Validator - Class in net.shibboleth.metadata.validate.x509
-
- AbstractX509Validator() - Constructor for class net.shibboleth.metadata.validate.x509.AbstractX509Validator
-
- AbstractXSLProcessingStage - Class in net.shibboleth.metadata.dom
-
A pipeline stage which applies and XSLT to each element in the
DOMElementItem collection.
- AbstractXSLProcessingStage() - Constructor for class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
- AbstractXSLProcessingStage.StatusInfoAppendingErrorListener - Class in net.shibboleth.metadata.dom
-
- AbstractXSLProcessingStage.StatusInfoAppendingErrorListener(Item<?>) - Constructor for class net.shibboleth.metadata.dom.AbstractXSLProcessingStage.StatusInfoAppendingErrorListener
-
Constructor.
- add(Item<T>) - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
- addAll(Collection<? extends Item<T>>) - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
- addAll(Item<?>, Iterable<? extends ItemMetadata>) - Static method in class net.shibboleth.metadata.util.ItemMetadataSupport
-
- addDescriptorExtension(Element, Element) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Adds a given extension to a given descriptor.
- addDescriptorName(Element) - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Adds the Name attribute to the EntitiesDescriptor.
- addError(Item<Element>, Element, String) - Method in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage
-
- addError(String, Item<?>, String) - Method in class net.shibboleth.metadata.validate.BaseValidator
-
- additionalItemMetadata - Variable in class net.shibboleth.metadata.pipeline.ItemMetadataAddingStage
-
- addKeyNames(ArrayList<Object>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Adds key names to the KeyInfo, if key names are to be included.
- addKeyValue(ArrayList<Object>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Adds raw key values to the KeyInfo if key values are to be included.
- addStatus(boolean, String, Item<?>, String) - Method in class net.shibboleth.metadata.validate.BaseValidator
-
- addToAll(Collection<? extends Item<?>>, Iterable<? extends ItemMetadata>) - Static method in class net.shibboleth.metadata.util.ItemMetadataSupport
-
Adds all the give
ItemMetadata items to each
Item element in the given collection.
- addToCollection(Collection<Item<T>>, Iterable<? extends ItemMetadata>) - Static method in class net.shibboleth.metadata.util.ItemMetadataSupport
-
- addWarning(String, Item<?>, String) - Method in class net.shibboleth.metadata.validate.BaseValidator
-
- addX509Data(ArrayList<Object>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Adds X509 data (subject names, certificates, CRLs, and Issuer/Serial) set to be included, into the key info.
- ADMINISTRATIVE - Static variable in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
'administrative' person type constant.
- ALGO_ID_C14N_EXCL_OMIT_COMMENTS - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Exclusive canonicalization, WITHOUT comments, algorithm ID: "http://www.w3.org/2001/10/xml-exc-c14n#" .
- ALGO_ID_C14N_EXCL_WITH_COMMENTS - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Exclusive canonicalization, WITH comments, algorithm ID: "http://www.w3.org/2001/10/xml-exc-c14n#WithComments" .
- ALGO_ID_C14N_OMIT_COMMENTS - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Inclusive canonicalization, WITHOUT comments, algorithm ID: "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" .
- ALGO_ID_C14N_WITH_COMMENTS - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Inclusive canonicalization, WITH comments, algorithm ID: "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments" .
- ALGO_ID_DIGEST_SHA1 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
SHA1 digest algorithm ID: "http://www.w3.org/2000/09/xmldsig#sha1" .
- ALGO_ID_DIGEST_SHA256 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
SHA256 digest algorithm ID: "http://www.w3.org/2001/04/xmlenc#sha256" .
- ALGO_ID_DIGEST_SHA384 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
SHA384 digest algorithm ID: "http://www.w3.org/2001/04/xmldsig-more#sha384" .
- ALGO_ID_DIGEST_SHA512 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
SHA512 digest algorithm ID: "http://www.w3.org/2001/04/xmlenc#sha512" .
- ALGO_ID_SIGNATURE_RSA_SHA1 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
RSA-SHA1 signature algorithm ID: "http://www.w3.org/2000/09/xmldsig#rsa-sha1" .
- ALGO_ID_SIGNATURE_RSA_SHA256 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
RSA-SHA256 signature algorithm ID: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" .
- ALGO_ID_SIGNATURE_RSA_SHA384 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
RSA-SHA384 signature algorithm ID: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384" .
- ALGO_ID_SIGNATURE_RSA_SHA512 - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
RSA-SHA512 signature algorithm ID: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512" .
- allowedTypes - Variable in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Allowed contact person types.
- ancestorEntity(Element) - Method in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage
-
Returns the
Element representing the EntityDescriptor which is the
closest-containing ancestor of the given element.
- applicable(Element) - Method in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage
-
Indicates whether the visitor should be applied to a particular
Element.
- applicable(Element) - Method in class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
- applicable(Element) - Method in class net.shibboleth.metadata.dom.CRDetectionStage
-
- applicable(Element) - Method in class net.shibboleth.metadata.dom.ds.X509ValidationStage
-
- apply(EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- apply(EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.RegistrationAuthorityMatcher
-
- apply(Item<Element>) - Method in class net.shibboleth.metadata.dom.XPathItemSelectionStrategy
- apply(Collection<T>) - Method in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicate
- apply(String) - Method in class net.shibboleth.metadata.util.PathSegmentStringTransformer
-
- apply(String) - Method in class net.shibboleth.metadata.util.SHA1StringTransformer
-
- applyRules(EntityAttributeFilteringStage.EntityAttributeContext) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Apply the rules to a context.
- applyValidators(V, AbstractDOMTraversalStage.TraversalContext) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStage
-
Apply each of the configured validators in turn to the provided object.
- AtLeastCollectionPredicate<T> - Class in net.shibboleth.metadata.pipeline
-
A Predicate which returns true if and only if the number of elements
in the supplied collection is at least the configured minimum value.
- AtLeastCollectionPredicate() - Constructor for class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicate
-
- ATTRIBUTE_AUTHORITY_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
QName of the AttributeAuthorityDescriptor element.
- ATTRIBUTE_NAME - Static variable in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
saml:Attribute element.
- ATTRIBUTE_VALUE_NAME - Static variable in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
saml:AttributeValue element.
- ATTRNAME_FORMAT_UNSPECIFIED - Static variable in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
Unspecified default NameFormat value for Attribute elements.
- AttrVisitor - Interface in net.shibboleth.metadata.dom
-
Provides a variation of the Visitor pattern for performing operations on
DOM attributes which are part of
Element items.
- AUTHN_AUTHORITY_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
QName of the AuthnAuthorityDescriptor element.
- EC_ATTR_NAME_FORMAT - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupport
-
The attribute NameFormat for all entity category attributes.
- EC_CATEGORY_ATTR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupport
-
The attribute Name for the Entity Category Attribute.
- EC_SUPPORT_ATTR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupport
-
The attribute Name for the Entity Category Support Attribute.
- elementName - Variable in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Name of the element to strip.
- elementName - Variable in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Name of the element to strip.
- elementNames - Variable in class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
Collection of element names for those elements we will be visiting.
- elementNamespace - Variable in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Namespace of the element to strip.
- elementNamespace - Variable in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Namespace of the element to strip.
- elementRequiredToBeSchemaValid - Variable in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Whether Elements are required to be schema valid.
- ElementStrippingStage - Class in net.shibboleth.metadata.dom
-
A stage which removes all instances of the specified element from DOM metadata.
- ElementStrippingStage() - Constructor for class net.shibboleth.metadata.dom.ElementStrippingStage
-
- ElementVisitor - Interface in net.shibboleth.metadata.dom
-
Provides a variation of the Visitor pattern for performing operations on
DOM elements which are part of
Element items.
- ElementWhitespaceTrimmingStage - Class in net.shibboleth.metadata.dom
-
Stage to trim leading and trailing whitespace from the text content of named elements
within a
DOMElementItem.
- ElementWhitespaceTrimmingStage() - Constructor for class net.shibboleth.metadata.dom.ElementWhitespaceTrimmingStage
-
- EmptyContainerStrippingStage - Class in net.shibboleth.metadata.dom
-
A stage which removes all empty instances of the named container element from DOM metadata.
- EmptyContainerStrippingStage() - Constructor for class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
- emptyReferencePermitted - Variable in class net.shibboleth.metadata.dom.XMLSignatureValidator
-
Whether an empty reference is permitted.
- ENTITIES_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
EntitiesDescriptor element name.
- EntitiesDescriptorAssemblerStage - Class in net.shibboleth.metadata.dom.saml
-
A
Stage capable of assembling a collection of EntityDescriptor elements in
to a single EntitiesDescriptor element.
- EntitiesDescriptorAssemblerStage() - Constructor for class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
- EntitiesDescriptorAssemblerStage.ItemOrderingStrategy - Interface in net.shibboleth.metadata.dom.saml
-
A strategy that defines how to order a
Item collection.
- EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy - Class in net.shibboleth.metadata.dom.saml
-
An ordering strategy that simply returns the collection in whatever order it was already in.
- EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy() - Constructor for class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy
-
- EntitiesDescriptorDisassemblerStage - Class in net.shibboleth.metadata.dom.saml
-
A pipeline stage that replaces any SAML EntitiesDescriptor found in the Item collection with the EntityDescriptor
elements contained therein.
- EntitiesDescriptorDisassemblerStage() - Constructor for class net.shibboleth.metadata.dom.saml.EntitiesDescriptorDisassemblerStage
-
- ENTITY_ATTRIBUTES_NAME - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.MDAttrSupport
-
mdattr:EntityAttributes element.
- ENTITY_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
EntityDescriptor element name.
- EntityAttributeFilteringStage - Class in net.shibboleth.metadata.dom.saml.mdattr
-
A stage which filters entity attributes from entity definitions according to a supplied
set of rules.
- EntityAttributeFilteringStage() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
- EntityAttributeFilteringStage.ContextImpl - Class in net.shibboleth.metadata.dom.saml.mdattr
-
- EntityAttributeFilteringStage.ContextImpl(String, String, String, String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
Constructor.
- EntityAttributeFilteringStage.ContextImpl(String, String, String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
Shorthand three-argument constructor.
- EntityAttributeFilteringStage.EntityAttributeContext - Interface in net.shibboleth.metadata.dom.saml.mdattr
-
An entity attribute context against which matches can take place.
- EntityCategoryMatcher - Class in net.shibboleth.metadata.dom.saml.mdattr
-
An entity attribute matcher which matches a given entity category.
- EntityCategoryMatcher(String, String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcher
-
Constructor.
- EntityCategoryMatcher(String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategoryMatcher
-
Constructor.
- EntityCategorySupport - Class in net.shibboleth.metadata.dom.saml.mdattr
-
Helper class for dealing with entity categories.
- EntityCategorySupport() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupport
-
Constructor.
- EntityCategorySupportMatcher - Class in net.shibboleth.metadata.dom.saml.mdattr
-
An entity attribute matcher which matches a given entity support category.
- EntityCategorySupportMatcher(String, String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcher
-
Constructor.
- EntityCategorySupportMatcher(String) - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.EntityCategorySupportMatcher
-
Constructor.
- EntityDescriptorItemIdPopulationStage - Class in net.shibboleth.metadata.dom.saml
-
A stage which, for each EntityDescriptor collection element, adds an
ItemId, with the entity's entity ID, to
the metadata item.
- EntityDescriptorItemIdPopulationStage() - Constructor for class net.shibboleth.metadata.dom.saml.EntityDescriptorItemIdPopulationStage
-
- EntityFilterStage - Class in net.shibboleth.metadata.dom.saml
-
A pipeline stage that will remove SAML EntityDescriptior elements which do meet specified filtering criteria.
- EntityFilterStage() - Constructor for class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
- EntityRegistrationAuthorityFilterStage - Class in net.shibboleth.metadata.dom.saml.mdrpi
-
A pipeline stage that will filter EntityDescriptor or EntityDescriptors based on their registration authority.
- EntityRegistrationAuthorityFilterStage() - Constructor for class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
- EntityRoleFilterStage - Class in net.shibboleth.metadata.dom.saml
-
A pipeline stage that will filter SAML role descriptors from EntityDescriptors.
- EntityRoleFilterStage() - Constructor for class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
- equals(Object) - Method in class net.shibboleth.metadata.ItemId
- error(TransformerException) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage.StatusInfoAppendingErrorListener
- ERROR_PREFIX - Static variable in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage.StatusInfoAppendingErrorListener
-
- errorBoundary - Variable in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidator
-
The RSA public exponent value below which an error should result.
- errorBoundary - Variable in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidator
-
The RSA key length below which an error should result.
- errorCausesSourceFailure - Variable in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Whether an error parsing one source file causes this entire
Stage to
fail, or just excludes the material from the offending source file.
- errorCausesSourceFailure - Variable in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Whether an error parsing one source file causes this entire
Stage to
fail, or just excludes the material from the offending source file.
- ErrorStatus - Class in net.shibboleth.metadata
-
A type of
StatusMetadata that indicates something is definitely wrong with the Item.
- ErrorStatus(String, String) - Constructor for class net.shibboleth.metadata.ErrorStatus
-
Constructor.
- execute(Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.BaseStage
-
- execute(Collection<Item<T>>) - Method in interface net.shibboleth.metadata.pipeline.Pipeline
-
Executes each registered
Stage in turn.
- execute(Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.SimplePipeline
-
Executes each registered
Stage in turn.
- execute(Collection<Item<T>>) - Method in interface net.shibboleth.metadata.pipeline.Stage
-
Transforms the given input data.
- executePipeline(Pipeline<T>, Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Executes a pipeline.
- executeTransformer(Transformer, Collection<Item<Element>>) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Executes the XSLT transform on the given collection of Items.
- executeTransformer(Transformer, Collection<Item<Element>>) - Method in class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStage
-
Executes the XSLT transform on the given collection of Items.
- executeTransformer(Transformer, Collection<Item<Element>>) - Method in class net.shibboleth.metadata.dom.XSLTransformationStage
-
Executes the XSLT transform on the given collection of Items.
- executeTransformer(Transformer, Collection<Item<Element>>) - Method in class net.shibboleth.metadata.dom.XSLValidationStage
-
Executes the XSLT transform on the given collection of Items.
- executorService - Variable in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Service used to execute the selected and/or non-selected item pipelines.
- executorService - Variable in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Service used to execute the pipelines whose results will be merged.
- executorService - Variable in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Service used to execute the selected and/or non-selected item pipelines.
- EXTENSIONS_NAME - Static variable in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Extensions element name.
- extractAttributeNameFormat(Element) - Static method in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
Extract an Attribute element's NameFormat, applying the
SAML standard's specified default if the XML attribute is not present.
- extractReference(XMLSignature) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidator
-
Extract the reference within the provided XML signature while ensuring that there
is only one such reference, and that (if appropriate) it is not empty.
- extractRegistrationAuthority(Item<Element>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Extract the registration authority for an entity from its entity metadata.
- GenerateIdStage - Class in net.shibboleth.metadata.dom.saml
-
A stage that populates the ID attribute of an EntitiesDescriptor or EntityDescriptor.
- GenerateIdStage() - Constructor for class net.shibboleth.metadata.dom.saml.GenerateIdStage
-
Constructor.
- GenerateIdStage(IdentifierGenerationStrategy) - Constructor for class net.shibboleth.metadata.dom.saml.GenerateIdStage
-
Constructor.
- get() - Method in class net.shibboleth.metadata.pipeline.FutureSupport.FutureNow
-
- get(long, TimeUnit) - Method in class net.shibboleth.metadata.pipeline.FutureSupport.FutureNow
-
- get() - Method in class net.shibboleth.metadata.SimpleItemCollectionFactory
- getAdditionalItemMetadata() - Method in class net.shibboleth.metadata.pipeline.ItemMetadataAddingStage
-
- getBasicIdentifier(Item<?>) - Method in class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
Get a basic identifier for the
Item.
- getBasicIdentifier(Item<?>) - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategy
-
- getBlacklistedDigests() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets the set of blacklisted digest algorithm identifiers.
- getBlacklistedSignatureMethods() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets the set of blacklisted signature method identifiers.
- getBlacklistResource() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidator
-
Gets the resource that provides the blacklist.
- getCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStage
-
Gets the cache duration, in milliseconds, that will be set on each metadata element.
- getCertificates() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the certificates associated with the key used to sign the content.
- getCollectionFactory() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Gets the factory used to create the Item collection that is then given to the pipelines.
- getCollectionFactory() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Gets the factory used to create the
Item collection produced by this source.
- getCollectionFactory() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the factory used to create the Item collection that is then given to the pipelines.
- getCollectionMergeStrategy() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Gets the strategy used to merge all the joined pipeline results in to the final Item collection.
- getCollectionMergeStrategy() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the strategy used to merge all the joined pipeline results in to the final Item collection.
- getCollectionMetadata() - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
-
- getCollectionPredicate() - Method in class net.shibboleth.metadata.pipeline.BaseStage
-
Gets the Predicate being applied to the supplied item collection to determine whether
the stage will be executed.
- getCompleteInstant() - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Gets the instant when the component operation completed.
- getComponentId() - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Gets the ID of the component that operated on the element.
- getComponentId() - Method in class net.shibboleth.metadata.StatusMetadata
-
Gets the ID of the component that generated the status message.
- getComponentType() - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Gets the type of the component that operated on the element.
- getComposedStages() - Method in class net.shibboleth.metadata.pipeline.CompositeStage
-
Gets an unmodifiable list the stages that compose this stage.
- getCrls() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the CRLs associated with certificates.
- getDescriptorExtensionList(Element, QName) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Gets a list of all instances of an extension element for a given descriptor.
- getDescriptorExtensions(Element, QName) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Gets the first instance of an extension element for a given descriptor.
- getDescriptorName() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Gets the Name used for the generated descriptor.
- getDesignatedEntities() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Gets the list of designated entity IDs.
- getDesignatedRegistrationAuthorities() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Gets the list of designated registration authority.
- getDesignatedRoles() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Gets the list of designated entity roles.
- getDesignateTypes() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Gets the list of designated person types.
- getDestination(Item<T>) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
- getDestination(Item<T>) - Method in interface net.shibboleth.metadata.pipeline.MultiOutputSerializationStage.OutputStrategy
-
- getDigestAlgo() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the digest algorithm used when signing.
- getDirectory() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Gets the directory in use.
- getDOMResource() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Gets the resource from which the XML Document will be fetched.
- getElementId(Element) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Determines the ID for the element to be signed.
- getElementName() - Method in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Get the name of the element to strip.
- getElementName() - Method in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Get the name of the element to strip.
- getElementNames() - Method in class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
Gets the collection of element names to visit.
- getElementNamespace() - Method in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Get the namespace of the element to strip.
- getElementNamespace() - Method in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Get the namespace of the element to strip.
- getErrorBoundary() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidator
-
Get the RSA public exponent below which an error will result.
- getErrorBoundary() - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidator
-
Get the RSA key length below which an error will result.
- getErrorCausesSourceFailure() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets whether an error parsing a single file causes the source to fail.
- getErrorCausesSourceFailure() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Gets whether an error reading and parsing the XML file causes this stage to fail.
- getExecutorService() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Gets the executor service used to run the selected and non-selected item pipelines.
- getExecutorService() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Gets the executor service used to run the selected and non-selected item pipelines.
- getExecutorService() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the executor service used to run the selected and non-selected item pipelines.
- getExtraIdentifier(Item<?>) - Method in class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
Get an extra identifier for the
Item.
- getExtraIdentifier(Item<?>) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Derive a display name for an entity's registration authority, if it has one.
- getExtraIdentifier(Item<?>) - Method in class net.shibboleth.metadata.FirstItemIdItemIdentificationStrategy
-
- getFilteredRoles(String, Element) - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Iterates over the roles of a EntitiesDescriptor, filters out the appropriate ones and returns the rest.
- getId() - Method in class net.shibboleth.metadata.ItemId
-
Gets a unique identifier for the data carried by the Item.
- getIdAttributeNames() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the names of the attributes treated as reference IDs.
- getIdTransformers() - Method in class net.shibboleth.metadata.pipeline.ItemIdTransformStage
-
Gets the transforms used to produce the transformed entity IDs.
- getIgnoredRegistrationAuthorities() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Returns the set of registration authorities we are ignoring.
- getInclusivePrefixList() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the inclusive prefix list used during exclusive canonicalization.
- getItem() - Method in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage.TraversalContext
-
Get the
Item this traversal is being performed on.
- getItemIdentificationStrategy() - Method in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
Gets the strategy used to generate
Item identifiers for logging purposes.
- getItemIdentifier(Item<?>) - Method in class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
- getItemIdentifier(Item<?>) - Method in interface net.shibboleth.metadata.ItemIdentificationStrategy
-
Gets an identifier for the item.
- getItemMetadata() - Method in class net.shibboleth.metadata.AbstractItem
-
Gets all of the metadata attached to this Item.
- getItemMetadata() - Method in interface net.shibboleth.metadata.Item
-
Gets all of the metadata attached to this Item.
- getItemOrderingStrategy() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Gets the strategy used to order a collection of Items.
- getKeyAlias() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Gets the key alias in use.
- getKeyNames() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the explicit key names added to the KeyInfo.
- getKeyPassword() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Gets the key password in use.
- getKeySize() - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidator
-
Gets the key size restriction for this blacklist.
- getKeyStore() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
- getMajorVersion() - Static method in class net.shibboleth.metadata.Version
-
Gets the major version number of the metadata pipeline.
- getMaximumCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Gets the maximum cache duration in milliseconds.
- getMaximumValidityDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Gets the maximum amount of time, in milliseconds, a descriptor may be valid.
- getMaxValidityInterval() - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStage
-
Gets the interval, in milliseconds, from now within which the validUntil date must fall.
- getMergedPipelines() - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Gets the unmodifiable set of pipelines used by this stage.
- getMicroVersion() - Static method in class net.shibboleth.metadata.Version
-
Gets the micro version number of the metadata pipeline.
- getMinimum() - Method in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicate
-
Returns the minimum number of elements which will result in a true
result.
- getMinimumCacheDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Gets the minimum cache duration in milliseconds.
- getMinimumValidityDuration() - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Gets the minimum amount of time, in milliseconds, a descriptor may be valid.
- getMinorVersion() - Static method in class net.shibboleth.metadata.Version
-
Gets the minor version number of the metadata pipeline.
- getName() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
- getName() - Method in interface net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.EntityAttributeContext
-
Returns the attribute's Name.
- getNameFormat() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
- getNameFormat() - Method in interface net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.EntityAttributeContext
-
Returns the attribute's NameFormat.
- getNameFormatPredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Gets the Predicate being used to match the context's attribute name format.
- getNamePredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Gets the Predicate being used to match the context's attribute name.
- getNamePrefix() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Gets the name prefix in use.
- getNamespace() - Method in class net.shibboleth.metadata.dom.NamespaceStrippingStage
-
Gets the namespace being checked for.
- getNamespaceContext() - Method in class net.shibboleth.metadata.dom.XPathFilteringStage
-
- getNamespaces() - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStage
-
Gets the collection of namespaces being blacklisted or whitelisted.
- getNameSuffix() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Gets the name suffix in use.
- getNameTransformer() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Gets the name transformer in use.
- getNearestValidUntil(Element) - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Gets the shorts cache duration for a given entity and entities descriptor an all its descendant descriptors.
- getNoItemIdIdentifier() - Method in class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
Gets the identifier to use if an
Item does not have an
ItemId.
- getNonselectedItemPipeline() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the pipeline that receives the non-selected items.
- getObject() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
- getObjectType() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
- getOutputFile() - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Gets the file to which the item will be written.
- getOutputStrategy() - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
Gets the output strategy function determining where an item will be written.
- getOutputStream() - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy.FileDestination
-
- getOutputStream() - Method in interface net.shibboleth.metadata.pipeline.MultiOutputSerializationStage.Destination
-
- getParserPool() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets the pool of DOM parsers used to parse the XML file in to a DOM.
- getParserPool() - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Gets the pool of DOM parsers used to parse the XML file in to a DOM.
- getPipelineAndSelectionStrategies() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Gets the pipeline and item selection strategies used to demultiplex item collections within this stage.
- getPkcs11Config() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Returns the PKCS#11 configuration.
- getPrivateKey() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the private key used to sign the content.
- getProvider() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
- getPublicKey() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the public key associated with private key used to sign the content.
- getRecurseDirectories() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets whether directories will be recursively searched for XML input files.
- getRegistrationAuthority() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
- getRegistrationAuthority() - Method in interface net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.EntityAttributeContext
-
Returns the registration authority component, or null.
- getRegistrationAuthority() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthority
-
Gets the registration authority value.
- getRegistrationAuthorityDisplayNames() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Returns the map of display names for registration authorities.
- getRegistrationAuthorityPredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Gets the Predicate being used to match the context's registration authority.
- getRules() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Returns the
List of rules being used to match entity attributes.
- getSchemaResources() - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Gets an unmodifiable list of schema resources against which Elements are validated.
- getScript() - Method in class net.shibboleth.metadata.pipeline.ScriptletStage
-
Gets the script executed by this stage.
- getSelectedItemPipeline() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the pipeline that receives the selected items.
- getSelectionRequirements() - Method in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
Gets the
ItemMetadata classes that, if the an item contains, will cause the
Item to be
selected.
- getSelectionStrategy() - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Gets the strategy used to split the given item collection.
- getSerializer() - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
Gets the serializer used to write item to the output file.
- getSerializer() - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Gets the serializer used to write item to the output file.
- getShaVariant() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the SHA algorithm variant used when computing the signature and digest.
- getShortestCacheDuration(Element) - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Gets the shortest cache duration for a given entity or entities descriptor and all its descendant descriptors.
- getSigAlgo() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets the signature algorithm used when signing.
- getSignatureElement(Element) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidator
-
Gets the signature element from the document.
- getSource() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets the path to the DOM material provided by this source.
- getSourceFileFilter() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets the filter used to determine if a file, in a directory, should be treated as a source file.
- getSourceFiles(File, List<File>) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Gets the source files from a given input.
- getSourceItems() - Method in class net.shibboleth.metadata.pipeline.StaticItemSourceStage
-
Gets the collection of static Items added to the Item collection by this stage.
- getStages() - Method in interface net.shibboleth.metadata.pipeline.Pipeline
-
Gets the list of Stages within the pipeline.
- getStages() - Method in class net.shibboleth.metadata.pipeline.SimplePipeline
-
Gets the list of Stages within the pipeline.
- getStartInstant() - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Gets the instant when the component operation started.
- getStash() - Method in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage.TraversalContext
-
Get the stashed information for this traversal.
- getStatusMessage() - Method in class net.shibboleth.metadata.StatusMetadata
-
Gets the status message.
- getTag() - Method in class net.shibboleth.metadata.ItemTag
-
Gets the tag for the metadata element.
- getTransformAttributes() - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Gets the unmodifiable collection of attributes used by the XSLT transformer.
- getTransformFeatures() - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Gets the unmodifiable collection of features used by the XSLT transformer.
- getTransformParameters() - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Gets the unmodifiable collection of parameters used by the XSLT transformer.
- getURIResolver() - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
- getValidators() - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStage
-
Gets the list of validators being applied to each item.
- getValidityDuration() - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStage
-
Gets the amount of time the descriptors will be valid, expressed in milliseconds.
- getValue() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.ContextImpl
-
- getValue() - Method in interface net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage.EntityAttributeContext
-
Returns the attribute's value.
- getValuePredicate() - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Gets the Predicate being used to match the context's attribute value.
- getVerificationCertificate() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets the certificate whose public key is used to verify the signed Element.
- getVerificationKey() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets the key used to verify the signature.
- getVersion() - Static method in class net.shibboleth.metadata.Version
-
Gets the version of the metadata pipeline.
- getWarningBoundary() - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidator
-
Get the RSA public exponent below which a warning will result.
- getWarningBoundary() - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidator
-
Get the RSA key length below which a warning will result.
- getXPathExpression() - Method in class net.shibboleth.metadata.dom.XPathFilteringStage
-
- getXSLResource() - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Gets the resource that provides the XSL document.
- id - Variable in class net.shibboleth.metadata.ItemId
-
Unique ID for the Item.
- ID_ATTRIB - Static variable in class net.shibboleth.metadata.dom.saml.GenerateIdStage
-
QName of the ID attribute added to the descriptor.
- idAttributeNames - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Names of attributes to treat as ID attributes for signature referencing.
- identificationStrategy - Variable in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
Strategy used to generate item identifiers for logging purposes.
- idGenerator - Variable in class net.shibboleth.metadata.dom.saml.GenerateIdStage
-
Strategy used to generate identifiers.
- IDP_SSO_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
QName of the IDPSSODescriptor element.
- idTransformers - Variable in class net.shibboleth.metadata.pipeline.ItemIdTransformStage
-
Transformers used on IDs.
- ignoredRegistrationAuthorities - Variable in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Set of registration authorities to be ignored.
- includeKeyNames - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether key names should be included in the signature's KeyInfo.
- includeKeyValue - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether the public key should be included in the signature's KeyInfo.
- includeX509Certificates - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether the certificates chain should be included in the signature's KeyInfo.
- includeX509Crls - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether the CRLs should be included in the signature's KeyInfo.
- includeX509IssuerSerial - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether the end-entity certificate's issuer and serial number should be included in the signature's KeyInfo.
- includeX509SubjectName - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Whether the end-entity certificate's subject name should be included in the signature's KeyInfo.
- inclusivePrefixList - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Inclusive prefix list used with exclusive canonicalization.
- INFO_PREFIX - Static variable in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage.StatusInfoAppendingErrorListener
-
Prefix used by messages that result in an
InfoStatus.
- InfoStatus - Class in net.shibboleth.metadata
-
- InfoStatus(String, String) - Constructor for class net.shibboleth.metadata.InfoStatus
-
Constructor.
- isC14nExclusive() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether exclusive canonicalization will be used.
- isC14nWithComments() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether comments are canonicalized.
- isCancelled() - Method in class net.shibboleth.metadata.pipeline.FutureSupport.FutureNow
-
- isDebugPreDigest() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether logging of the pre-digest data stream is enabled.
- isDone() - Method in class net.shibboleth.metadata.pipeline.FutureSupport.FutureNow
-
- isElementRequiredToBeSchemaValid() - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Gets whether Elements are required to be schema valid.
- isEmpty() - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
- isEntitiesDescriptor(Element) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Checks if the given element is an EntitiesDescriptor.
- isEntityDescriptor(Element) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Checks if the given element is an EntityDescriptor.
- isEntityOrEntitiesDescriptor(Element) - Static method in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Check if the given element is an EntityDescriptor or EntitiesDescriptor.
- isIncludeKeyNames() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether key names are included in the KeyInfo.
- isIncludeKeyValue() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether key values are included in the KeyInfo.
- isIncludeX509Certificates() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether X509 certificates are included in the KeyInfo.
- isIncludeX509Crls() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether CRLs are included in the KeyInfo.
- isIncludeX509IssuerSerial() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether the end-entity certificate's issuer and serial number are included in the KeyInfo.
- isIncludeX509SubjectName() - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Gets whether end-entity certifcate's subject name is included in the KeyInfo.
- isNoChildrenAProcessingError() - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Gets whether attempting to turn an empty item collection, which would result in a schema-invalid childless
EntitiesDescriptor, should be treated as processing error.
- isNoSourceFilesAnError() - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Get whether the lack of source files is considered an error.
- isOverwritingExistingOutputFile() - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Gets whether an existing output file should be overwritten.
- isPermittingEmptyReferences() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets whether empty references are permitted.
- isRemovingEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Gets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- isRemovingEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Gets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- isRemovingEntitylessEntitiesDescriptor() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Gets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- isRemovingRolelessEntities() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Gets whether EntityDescriptor elements without roles (after filtering) should be removed altogether.
- isRequireValidUntil() - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStage
-
Gets whether the item is required to have a validUntil attribute.
- isRequiringRegistrationInformation() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Gets whether a descriptor is required to have registration information.
- isRetainedContactPersonType(Element) - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Check whether the given contact person is designated as a type that is to be retained or not.
- isSignatureRequired() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets whether the Element is required to be signed.
- isSingleton() - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
- isValidSignatureRequired() - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Gets whether the signature on a Element element is required to be valid.
- isWaitingForPipelines() - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Gets whether this child waits for all the invoked pipelines to complete before proceeding.
- isWhitelisting() - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStage
-
Indicate whether the stage is whitelisting namespaces or blacklisting (the default).
- isWhitelisting() - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Indicates whether the stage is set to whitelisting or blacklisting mode.
- isWhitelistingEntities() - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Whether the list of designated entities should be considered a whitelist.
- isWhitelistingRegistrationAuthorities() - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Whether the list of designated registration authority should be considered a whitelist.
- isWhitelistingRoles() - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Gets whether the list of designated roles should be considered a whitelist.
- isWhitelistingTypes() - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Gets whether the list of designated roles should be considered a whitelist.
- item - Variable in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage.TraversalContext
-
The
Item this traversal is being performed on.
- item - Variable in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage.StatusInfoAppendingErrorListener
-
Item to which the status info will be appended.
- Item<T> - Interface in net.shibboleth.metadata
-
A wrapper around a piece of information processed by pipeline stages.
- itemCollection - Variable in class net.shibboleth.metadata.pipeline.PipelineCallable
-
The collection of items upon which the pipeline will operate.
- ItemCollectionSerializer<T> - Interface in net.shibboleth.metadata
-
Item collection serializers convert a
Collection of
Items into an octet stream.
- ItemCollectionWithMetadata<T> - Class in net.shibboleth.metadata.util
-
A wrapper around a delegate collection that allows the collection to carry item metadata.
- ItemCollectionWithMetadata() - Constructor for class net.shibboleth.metadata.util.ItemCollectionWithMetadata
-
Constructor.
- ItemCollectionWithMetadata(Collection<Item<T>>) - Constructor for class net.shibboleth.metadata.util.ItemCollectionWithMetadata
-
Constructor.
- ItemId - Class in net.shibboleth.metadata
-
Carries a unique identifier for the data carried by an
Item.
- ItemId(String) - Constructor for class net.shibboleth.metadata.ItemId
-
Constructor.
- ItemIdentificationStrategy - Interface in net.shibboleth.metadata
-
Strategy for determining a displayable identifier for a given
Item.
- ItemIdTransformStage<T> - Class in net.shibboleth.metadata.pipeline
-
A pipeline stage that, takes each
ItemId associated with an
Item, transforms its
value using a set of registered transformers, and associates an additional
ItemId (whose value is the
result of the transform) with the element.
- ItemIdTransformStage() - Constructor for class net.shibboleth.metadata.pipeline.ItemIdTransformStage
-
- ItemMetadata - Interface in net.shibboleth.metadata
-
Additional information associated with an
Item while it is being worked with.
- ItemMetadataAddingStage<T> - Class in net.shibboleth.metadata.pipeline
-
A pipeline stage that adds a collection of
ItemMetadata objects to each
Item's item metadata.
- ItemMetadataAddingStage() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataAddingStage
-
- ItemMetadataFilterStage<T> - Class in net.shibboleth.metadata.pipeline
-
- ItemMetadataFilterStage() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataFilterStage
-
- ItemMetadataSupport - Class in net.shibboleth.metadata.util
-
- ItemMetadataSupport() - Constructor for class net.shibboleth.metadata.util.ItemMetadataSupport
-
Constructor.
- ItemMetadataTerminationStage<T> - Class in net.shibboleth.metadata.pipeline
-
A
Stage that terminates pipeline processing if an
Item has a specific type of
ItemMetadata
attached to it.
- ItemMetadataTerminationStage() - Constructor for class net.shibboleth.metadata.pipeline.ItemMetadataTerminationStage
-
- ITEMS - Static variable in class net.shibboleth.metadata.pipeline.ScriptletStage
-
Name of the scriptlet attribute, "items" , containing the Item collection to be transformed.
- ItemSerializer<T> - Interface in net.shibboleth.metadata
-
Item serializers convert an
Item into an octet stream.
- ItemTag - Class in net.shibboleth.metadata
-
- ItemTag(String) - Constructor for class net.shibboleth.metadata.ItemTag
-
Constructor.
- iterator() - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
- main(String[]) - Static method in class net.shibboleth.metadata.Version
-
Main entry point to program.
- MAJOR_VERSION - Static variable in class net.shibboleth.metadata.Version
-
metadata pipeline major version number.
- makeComponentId(String) - Method in class net.shibboleth.metadata.validate.BaseValidator
-
Construct a modified component identifier from the stage identifier and the
validator identifier.
- markIdAttribute(Element, Reference) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidator
-
Reconcile the given reference with the document element, by making sure that
the appropriate attribute is marked as an ID attribute.
- matchAttributeName(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- matchAttributeName(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
-
- matchAttributeName(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
- matchAttributeNameFormat(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- matchAttributeNameFormat(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
-
- matchAttributeNameFormat(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
- matchAttributeValue(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- matchAttributeValue(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
-
- matchAttributeValue(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
- matchRegistrationAuthority(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractEntityAttributeMatcher
-
- matchRegistrationAuthority(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.AbstractExactValueMatcher
-
- matchRegistrationAuthority(String) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
- maxCacheDuration - Variable in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
The maximum cache duration in milliseconds.
- maxValidityDuration - Variable in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
The maximum amount of time, in milliseconds, a descriptor may be valid.
- maxValidityInterval - Variable in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStage
-
Interval, in milliseconds, from now within which the validUntil date must fall.
- MD_NS - Static variable in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
SAML Metadata namespace URI.
- MD_PREFIX - Static variable in class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Default SAML Metadata namespace prefix.
- MDATTR_NS - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.MDAttrSupport
-
MDAttr namespace.
- MDATTR_PREFIX - Static variable in class net.shibboleth.metadata.dom.saml.mdattr.MDAttrSupport
-
MDAttr conventional prefix.
- MDAttrSupport - Class in net.shibboleth.metadata.dom.saml.mdattr
-
Helper class for dealing with MDAttr metadata.
- MDAttrSupport() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.MDAttrSupport
-
Constructor.
- MDQueryMD5ItemIdTransformer - Class in net.shibboleth.metadata.pipeline
-
Transforms a string into another string that is the MD5 hash of the original string prepended with "{md5}".
- MDQueryMD5ItemIdTransformer() - Constructor for class net.shibboleth.metadata.pipeline.MDQueryMD5ItemIdTransformer
-
- MDQuerySHA1ItemIdTransformer - Class in net.shibboleth.metadata.pipeline
-
Transforms a string into another string that is the SHA1 hash of the original string prepended with "{sha1}".
- MDQuerySHA1ItemIdTransformer() - Constructor for class net.shibboleth.metadata.pipeline.MDQuerySHA1ItemIdTransformer
-
- MDRPI_NS - Static variable in class net.shibboleth.metadata.dom.saml.mdrpi.MDRPIMetadataSupport
-
MDRPI namespace.
- MDRPI_REGISTRATION_INFO - Static variable in class net.shibboleth.metadata.dom.saml.mdrpi.MDRPIMetadataSupport
-
mdrpi:RegistrationInfo element.
- MDRPIMetadataSupport - Class in net.shibboleth.metadata.dom.saml.mdrpi
-
Helper class for dealing with MDRPI metadata.
- MDRPIMetadataSupport() - Constructor for class net.shibboleth.metadata.dom.saml.mdrpi.MDRPIMetadataSupport
-
Constructor.
- merge(HashSet<ItemId>, Collection<Item<T>>, Collection<Item<T>>) - Method in class net.shibboleth.metadata.DeduplicatingItemIdMergeStrategy
-
Adds source items to the target collection if none of the Items in the target collection have the same
ItemId as source item.
- mergeCollection(Collection<Item<T>>, List<Collection<Item<T>>>) - Method in interface net.shibboleth.metadata.CollectionMergeStrategy
-
Merges the results of each child pipeline in to the collection of Item given to this stage.
- mergeCollection(Collection<Item<T>>, List<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.DeduplicatingItemIdMergeStrategy
-
Merges the results of each child pipeline in to the collection of Item given to this stage.
- mergeCollection(Collection<Item<T>>, List<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.SimpleCollectionMergeStrategy
-
Merges the results of each child pipeline in to the collection of Item given to this stage.
- mergedPipelines - Variable in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Pipelines whose results become the output of this source.
- mergeStrategy - Variable in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Strategy used to merge all the joined pipeline results in to the final Item collection.
- mergeStrategy - Variable in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Strategy used to merge all the joined pipeline results in to the final Item collection.
- message - Variable in class net.shibboleth.metadata.StatusMetadata
-
The message associated with this status.
- metadata - Variable in class net.shibboleth.metadata.AbstractItem
-
Additional processing information associated with this Item.
- metadata - Variable in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
-
Additional processing information associated with this collection of Items.
- MICRO_VERSION - Static variable in class net.shibboleth.metadata.Version
-
metadata pipeline micro version number.
- minCacheDuration - Variable in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
The minimum cache duration in milliseconds.
- minimum - Variable in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicate
-
Minimum element count which will satisfy the condition.
- MINOR_VERSION - Static variable in class net.shibboleth.metadata.Version
-
metadata pipeline minor version number.
- minValidityDuration - Variable in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
The minimum amount of time, in milliseconds, a descriptor may be valid .
- MultiOutputSerializationStage<T> - Class in net.shibboleth.metadata.pipeline
-
A stage which writes the given item collection out to multiple destinations.
- MultiOutputSerializationStage() - Constructor for class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
- MultiOutputSerializationStage.Destination - Interface in net.shibboleth.metadata.pipeline
-
- MultiOutputSerializationStage.OutputStrategy<T> - Interface in net.shibboleth.metadata.pipeline
-
Interface to be implemented by strategy object determining where
an item should be written.
- MultiOutputXSLTransformationStage - Class in net.shibboleth.metadata.dom
-
A pipeline stage which transforms each item in the
DOMElementItem collection via an XSL transform.
- MultiOutputXSLTransformationStage() - Constructor for class net.shibboleth.metadata.dom.MultiOutputXSLTransformationStage
-
- MultiPredicateMatcher - Class in net.shibboleth.metadata.dom.saml.mdattr
-
An entity attribute matcher implementation that delegates each
component match to a different @{link Predicate}.
- MultiPredicateMatcher() - Constructor for class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
- SAML_NS - Static variable in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
Namespace URI for SAML elements.
- SAML_PREFIX - Static variable in class net.shibboleth.metadata.dom.saml.SAMLSupport
-
Conventional prefix for SAML elements.
- SAMLMetadataSupport - Class in net.shibboleth.metadata.dom.saml
-
Helper class for dealing with SAML metadata.
- SAMLMetadataSupport() - Constructor for class net.shibboleth.metadata.dom.saml.SAMLMetadataSupport
-
Constructor.
- SAMLSupport - Class in net.shibboleth.metadata.dom.saml
-
Helper class for dealing with SAML documents.
- SAMLSupport() - Constructor for class net.shibboleth.metadata.dom.saml.SAMLSupport
-
Constructor.
- schemaResources - Variable in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Collection of schema resources.
- script - Variable in class net.shibboleth.metadata.pipeline.ScriptletStage
-
Script executed by this stage.
- ScriptletStage<T> - Class in net.shibboleth.metadata.pipeline
-
A pipeline stage that computes that transforms the collection of
Item via a script.
- ScriptletStage() - Constructor for class net.shibboleth.metadata.pipeline.ScriptletStage
-
- selectedItemPipeline - Variable in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Pipeline that receives the selected items.
- selectionRequirements - Variable in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
ItemMetadata classes that, if the an item contains, will cause the
Item to be selected.
- selectionStrategy - Variable in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Strategy used to split the given item collection.
- SerializationStage<T> - Class in net.shibboleth.metadata.pipeline
-
- SerializationStage() - Constructor for class net.shibboleth.metadata.pipeline.SerializationStage
-
- serialize(Item<Element>, OutputStream) - Method in class net.shibboleth.metadata.dom.DOMElementSerializer
-
Serializes the
Item to the given output stream.
- serialize(Item<T>, OutputStream) - Method in interface net.shibboleth.metadata.ItemSerializer
-
Serializes the
Item to the given output stream.
- serializeCollection(Collection<Item<Element>>, OutputStream) - Method in class net.shibboleth.metadata.dom.DOMElementSerializer
-
Serializes the collection of
Items to the given output stream.
- serializeCollection(Collection<Item<T>>, OutputStream) - Method in interface net.shibboleth.metadata.ItemCollectionSerializer
-
Serializes the collection of
Items to the given output stream.
- serializeCollection(Collection<Item<T>>, OutputStream) - Method in class net.shibboleth.metadata.SimpleItemCollectionSerializer
-
- serializer - Variable in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
Serializer used to write the collection to the output stream.
- serializer - Variable in class net.shibboleth.metadata.pipeline.SerializationStage
-
Serializer used to write the collection to the output stream.
- serializer - Variable in class net.shibboleth.metadata.SimpleItemCollectionSerializer
-
- serialVersionUID - Static variable in class net.shibboleth.metadata.AbstractItem
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.dom.DOMElementItem
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthority
-
Serial version UID for the class.
- serialVersionUID - Static variable in exception net.shibboleth.metadata.dom.XMLSignatureValidator.ValidationException
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.ErrorStatus
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.InfoStatus
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.ItemId
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.ItemTag
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Serial version UID.
- serialVersionUID - Static variable in exception net.shibboleth.metadata.pipeline.PipelineProcessingException
-
Serial version UID.
- serialVersionUID - Static variable in exception net.shibboleth.metadata.pipeline.StageProcessingException
-
Serial version UID.
- serialVersionUID - Static variable in exception net.shibboleth.metadata.pipeline.TerminationException
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.StatusMetadata
-
Serial version UID.
- serialVersionUID - Static variable in class net.shibboleth.metadata.WarningStatus
-
Serial version UID.
- setAdditionalItemMetadata(Collection<ItemMetadata>) - Method in class net.shibboleth.metadata.pipeline.ItemMetadataAddingStage
-
- setBlacklistedDigests(Collection<String>) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Set the collection of identifiers to be blacklisted as digest algorithms.
- setBlacklistedSignatureMethods(Collection<String>) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Set the collection of identifiers to be blacklisted as signature methods.
- setBlacklistResource(Resource) - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidator
-
Sets the resource that provides the blacklist.
- setC14nExclusive(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether exclusive canonicalization will be used.
- setC14nWithComments(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether comments are canonicalized.
- setCacheDuration(Element, Long) - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Sets the cache duration on the given descriptor.
- setCacheDuration(long) - Method in class net.shibboleth.metadata.dom.saml.SetCacheDurationStage
-
Sets the cache duration, in milliseconds, that will be set on each metadata element.
- SetCacheDurationStage - Class in net.shibboleth.metadata.dom.saml
-
Sets a cacheDuration attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
- SetCacheDurationStage() - Constructor for class net.shibboleth.metadata.dom.saml.SetCacheDurationStage
-
- setCertificates(List<X509Certificate>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the certificates associated with the key used to sign the content.
- setCollectionFactory(Supplier<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Sets the factory used to create the Item collection that is then given to the pipelines.
- setCollectionFactory(Supplier<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Sets the factory used to create the
Item collection produced by this source.
- setCollectionFactory(Supplier<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the factory used to create the Item collection that is then given to the pipelines.
- setCollectionMergeStrategy(CollectionMergeStrategy) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Sets the strategy used to merge all the joined pipeline results in to the final Item collection.
- setCollectionMergeStrategy(CollectionMergeStrategy) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the strategy used to merge all the joined pipeline results in to the final Item collection.
- setCollectionPredicate(Predicate<Collection<Item<T>>>) - Method in class net.shibboleth.metadata.pipeline.BaseStage
-
Sets the Predicate applied to the supplied item collection to determine whether
the stage will be executed.
- setCompleteInstant() - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Sets the complete instant of the component to now.
- setCompleteInstant(DateTime) - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Sets the instant when the component operation completed.
- setComponentId(String) - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Sets the ID of the component that operated on the element.
- setComponentType(Class<?>) - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Sets the type of the component that operated on the element.
- setComposedStages(List<Stage<T>>) - Method in class net.shibboleth.metadata.pipeline.CompositeStage
-
Sets the list the stages that compose this stage.
- setCrls(List<X509CRL>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the CRLs associated with certificates.
- setData(T) - Method in class net.shibboleth.metadata.AbstractItem
-
Sets the data wrapped by this Item.
- setDebugPreDigest(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether logging of the pre-digest data stream is enabled.
- setDescriptorName(String) - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Sets the Name used for the generated descriptor.
- setDesignatedEntities(Collection<String>) - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Sets the list of designated entity IDs.
- setDesignatedRegistrationAuthorities(Collection<String>) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Sets the list of designated registration authority.
- setDesignatedRoles(Collection<QName>) - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Sets the list of designated entity roles.
- setDesignatedTypes(Collection<String>) - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Sets the list of designated entity roles.
- setDirectory(File) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Sets the directory to use.
- setDOMResource(Resource) - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Sets the resource from which the XML document will be fetched.
- setElementName(QName) - Method in class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
Sets a single element name to be visited.
- setElementName(String) - Method in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Set the name of the element to strip.
- setElementName(String) - Method in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Set the name of the element to strip.
- setElementNames(Collection<QName>) - Method in class net.shibboleth.metadata.dom.AbstractElementVisitingStage
-
Sets the collection of element names to visit.
- setElementNamespace(String) - Method in class net.shibboleth.metadata.dom.ElementStrippingStage
-
Set the namespace of the element to strip.
- setElementNamespace(String) - Method in class net.shibboleth.metadata.dom.EmptyContainerStrippingStage
-
Set the namespace of the element to strip.
- setElementRequiredToBeSchemaValid(boolean) - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Sets whether Elements are required to be schema valid.
- setErrorBoundary(long) - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidator
-
Set the RSA public exponent below which an error should result.
- setErrorBoundary(int) - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidator
-
Set the RSA key length below which an error should result.
- setErrorCausesSourceFailure(boolean) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets whether an error parsing a single file causes the source to fail.
- setErrorCausesSourceFailure(boolean) - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Sets whether an error reading and parsing the XML file causes this stage to fail.
- setExecutorService(ExecutorService) - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Sets the executor service used to run the selected and non-selected item pipelines.
- setExecutorService(ExecutorService) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Sets the executor service used to run the selected and non-selected item pipelines.
- setExecutorService(ExecutorService) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the executor service used to run the selected and non-selected item pipelines.
- setIdAttributeNames(List<QName>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the names of the attributes treated as reference IDs.
- setIdentificationStrategy(ItemIdentificationStrategy) - Method in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
Sets the strategy used to generate
Item identifiers for logging purposes.
- setIdTransformers(Collection<Converter<String, String>>) - Method in class net.shibboleth.metadata.pipeline.ItemIdTransformStage
-
Sets the transforms used to produce the transformed entity IDs.
- setIgnoredRegistrationAuthorities(Collection<String>) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Set the set of registration authorities we are ignoring.
- setIncludeKeyNames(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether key names are included in the KeyInfo.
- setIncludeKeyValue(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether key values are included in the KeyInfo.
- setIncludeX509Certificates(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether X509 certificates are included in the KeyInfo.
- setIncludeX509Crls(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether CRLs are included in the KeyInfo.
- setIncludeX509IssuerSerial(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether the end-entity certificate's issuer and serial number are included in the KeyInfo.
- setIncludeX509SubjectName(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets whether end-entity certifcate's subject name is included in the KeyInfo.
- setInclusivePrefixList(List<String>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the inclusive prefix list used during exclusive canonicalization.
- setItemOrderingStrategy(EntitiesDescriptorAssemblerStage.ItemOrderingStrategy) - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Sets the strategy used to order a collection of Items.
- setKeyAlias(String) - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Sets the key alias to use.
- setKeyNames(List<String>) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the explicit key names added to the KeyInfo.
- setKeyPassword(String) - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Set the key password to use.
- setKeySize(int) - Method in class net.shibboleth.metadata.validate.x509.X509RSAOpenSSLBlacklistValidator
-
Sets a key size restriction for this blacklist.
- setMaximumCacheDuration(long) - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Sets the maximum cache duration in milliseconds.
- setMaximumValidityDuration(long) - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Sets the maximum amount of time, in milliseconds, a descriptor may be valid.
- setMaxValidityInterval(long) - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStage
-
Sets the interval, in milliseconds, from now within which the validUntil date must fall.
- setMergedPipelines(List<? extends Pipeline<T>>) - Method in class net.shibboleth.metadata.pipeline.PipelineMergeStage
-
Sets the pipelines joined by this stage.
- setMinimum(int) - Method in class net.shibboleth.metadata.pipeline.AtLeastCollectionPredicate
-
Sets the minimum number of elements which will result in a true
result.
- setMinimumCacheDuration(long) - Method in class net.shibboleth.metadata.dom.saml.PullUpCacheDurationStage
-
Sets the minimum cache duration in milliseconds.
- setMinimumValidityDuration(long) - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Sets the minimum amount of time, in milliseconds, a descriptor may be valid.
- setNameFormatPredicate(Predicate<CharSequence>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Sets the Predicate to use to match the context's attribute name format.
- setNamePredicate(Predicate<CharSequence>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Sets the Predicate to use to match the context's attribute name.
- setNamePrefix(String) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Sets the name prefix to use.
- setNamespace(String) - Method in class net.shibboleth.metadata.dom.NamespaceStrippingStage
-
Sets the namespace to check for.
- setNamespaceContext(NamespaceContext) - Method in class net.shibboleth.metadata.dom.XPathFilteringStage
-
- setNamespaces(Collection<String>) - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStage
-
Sets the collection of namespaces to blacklist or whitelist.
- setNameSuffix(String) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Sets the name suffix to use.
- setNameTransformer(Function<String, String>) - Method in class net.shibboleth.metadata.pipeline.FilesInDirectoryMultiOutputStrategy
-
Sets the name transformer to use.
- setNoChildrenAProcessingError(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntitiesDescriptorAssemblerStage
-
Sets whether attempting to turn an empty item collection, which would result in a schema-invalid childless
EntitiesDescriptor, should be treated as processing error.
- setNoItemIdIdentifier(String) - Method in class net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy
-
Sets the identifier to use if an
Item does not have an
ItemId.
- setNonselectedItemPipeline(Pipeline<T>) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the pipeline that receives the non-selected items.
- setNoSourceFilesAnError(boolean) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets whether the lack of source files is considered an error.
- setOutputFile(File) - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Sets the file to which the item will be written.
- setOutputStrategy(MultiOutputSerializationStage.OutputStrategy<T>) - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
Sets the output strategy function determining where an item will be written.
- setOverwritingExistingOutputFile(boolean) - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Sets whether an existing output file should be overwritten.
- setParserPool(ParserPool) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets the pool of DOM parsers used to parse the XML file in to a DOM.
- setParserPool(ParserPool) - Method in class net.shibboleth.metadata.dom.DOMResourceSourceStage
-
Sets the pool of DOM parsers used to parse the XML file in to a DOM.
- setPermittingEmptyReferences(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Sets whether empty references are permitted.
- setPipelineAndSelectionStrategies(List<Pair<Pipeline<T>, Predicate<Item<T>>>>) - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Sets the pipeline and item selection strategies used to demultiplex item collections within this stage.
- setPkcs11Config(String) - Method in class net.shibboleth.metadata.util.PKCS11PrivateKeyFactoryBean
-
Deprecated.
Sets the PKCS#11 configuration to use.
- setPrivateKey(PrivateKey) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the private key used to sign the content.
- setPublicKey(PublicKey) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets public key associated with private key used to sign the content.
- setRecurseDirectories(boolean) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets whether directories will be recursively searched for XML input files.
- setRegistrationAuthorityDisplayNames(Map<String, String>) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.RegistrationAuthorityItemIdentificationStrategy
-
Sets the map of display names for registration authorities.
- setRegistrationAuthorityPredicate(Predicate<CharSequence>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Sets the Predicate to use to match the context's registration authority.
- setRemoveRolelessEntities(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Sets whether EntityDescriptor elements without roles (after filtering) should be removed altogether.
- setRemovingEntitylessEntitiesDescriptor(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Sets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- setRemovingEntitylessEntitiesDescriptor(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Sets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- setRemovingEntitylessEntitiesDescriptor(boolean) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Sets whether EntitiesDescriptor that do not contain EntityDescriptors should be removed.
- setRequireValidUntil(boolean) - Method in class net.shibboleth.metadata.dom.saml.ValidateValidUntilStage
-
Sets whether the item is required to have a validUntil attribute.
- setRequiringRegistrationInformation(boolean) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Sets whether a descriptor is required to have registration information.
- setRules(List<Predicate<EntityAttributeFilteringStage.EntityAttributeContext>>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Sets the
List of rules to be used to match attribute values.
- setSchemaResources(List<Resource>) - Method in class net.shibboleth.metadata.dom.XMLSchemaValidationStage
-
Sets the schema resources against which Elements are validated.
- setScript(EvaluableScript) - Method in class net.shibboleth.metadata.pipeline.ScriptletStage
-
Sets the script executed by this stage.
- setSelectedItemPipeline(Pipeline<T>) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the pipeline that receives the selected items.
- setSelectionRequirements(Collection<Class<? extends ItemMetadata>>) - Method in class net.shibboleth.metadata.pipeline.AbstractItemMetadataSelectionStage
-
Sets the
ItemMetadata classes that, if the an item contains, will cause the
Item to be
selected.
- setSelectionStrategy(Predicate<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.SplitMergeStage
-
Sets the strategy used to split the given item collection.
- setSerializer(ItemSerializer<T>) - Method in class net.shibboleth.metadata.pipeline.MultiOutputSerializationStage
-
Sets the serializer used to write item to the output file.
- setSerializer(ItemCollectionSerializer<T>) - Method in class net.shibboleth.metadata.pipeline.SerializationStage
-
Sets the serializer used to write item to the output file.
- setShaVariant(XMLSignatureSigningStage.ShaVariant) - Method in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Sets the SHA algorithm variant used when computing the signature and digest.
- setSignatureRequired(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Sets whether the Element is required to be signed.
- setSource(File) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets the path to the DOM material provided by this source.
- setSourceFileFilter(FileFilter) - Method in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Sets the filter used to determine if a file, in a directory, should be treated as a source file.
- setSourceItems(Collection<Item<T>>) - Method in class net.shibboleth.metadata.pipeline.StaticItemSourceStage
-
Sets the collection of Items added to the Item collection by this stage.
- setStages(List<Stage<T>>) - Method in class net.shibboleth.metadata.pipeline.SimplePipeline
-
Sets the stages that make up this pipeline.
- setStartInstant(DateTime) - Method in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Sets the instant when the component operation started.
- setTransformAttributes(Map<String, Object>) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Sets the collection of attributes used by the XSLT transformer.
- setTransformFeatures(Map<String, Boolean>) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Sets the collection of features used by the XSLT transformer.
- setTransformParameters(Map<String, Object>) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Sets the named parameters for the transform.
- setURIResolver(URIResolver) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Set the
URIResolver for this transform, or
null to specify none.
- setValidators(List<Validator<V>>) - Method in class net.shibboleth.metadata.dom.AbstractDOMValidationStage
-
Set the list of validators to apply to each item.
- setValidityDuration(long) - Method in class net.shibboleth.metadata.dom.saml.SetValidUntilStage
-
Sets the amount of time the descriptors will be valid, expressed in milliseconds.
- setValidSignatureRequired(boolean) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Sets whether the signature on a Element element is required to be valid.
- setValidUntil(Element, Long) - Method in class net.shibboleth.metadata.dom.saml.PullUpValidUntilStage
-
Sets the valid until instant on the given descriptor.
- SetValidUntilStage - Class in net.shibboleth.metadata.dom.saml
-
Sets a validUntil attribute for every EntityDescriptor and EntitiesDescriptor element in the collection.
- SetValidUntilStage() - Constructor for class net.shibboleth.metadata.dom.saml.SetValidUntilStage
-
- setValuePredicate(Predicate<CharSequence>) - Method in class net.shibboleth.metadata.dom.saml.mdattr.MultiPredicateMatcher
-
Sets the Predicate to use to match the context's attribute value.
- setVerificationCertificate(Certificate) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Set the key, included in a certificate, used to verify the signature.
- setVerificationKey(PublicKey) - Method in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Sets the key used to verify the signature.
- setWaitingForPipelines(boolean) - Method in class net.shibboleth.metadata.pipeline.PipelineDemultiplexerStage
-
Sets whether this child waits for all the invoked pipelines to complete before proceeding.
- setWarningBoundary(long) - Method in class net.shibboleth.metadata.validate.x509.X509RSAExponentValidator
-
Set the RSA public exponent below which a warning should result.
- setWarningBoundary(int) - Method in class net.shibboleth.metadata.validate.x509.X509RSAKeyLengthValidator
-
Set the RSA key length below which a warning should result.
- setWhitelisting(boolean) - Method in class net.shibboleth.metadata.dom.NamespacesStrippingStage
-
Set whether the stage is whitelisting namespaces.
- setWhitelisting(boolean) - Method in class net.shibboleth.metadata.dom.saml.mdattr.EntityAttributeFilteringStage
-
Sets the mode of operation.
- setWhitelistingEntities(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntityFilterStage
-
Sets whether the list of designated entities should be considered a whitelist.
- setWhitelistingRegistrationAuthorities(boolean) - Method in class net.shibboleth.metadata.dom.saml.mdrpi.EntityRegistrationAuthorityFilterStage
-
Sets whether the list of designated registration authority should be considered a whitelist.
- setWhitelistingRoles(boolean) - Method in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
Sets whether the list of designated roles should be considered a whitelist.
- setWhitelistingTypes(boolean) - Method in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
Sets whether the list of designated roles should be considered a whitelist.
- setXPathExpression(String) - Method in class net.shibboleth.metadata.dom.XPathFilteringStage
-
- setXSLResource(Resource) - Method in class net.shibboleth.metadata.dom.AbstractXSLProcessingStage
-
Sets the resource that provides the XSL document.
- SHA1StringTransformer - Class in net.shibboleth.metadata.util
-
A
Function that transforms a
String into a hex-encoded representation of
the SHA-1 digest of the string.
- SHA1StringTransformer() - Constructor for class net.shibboleth.metadata.util.SHA1StringTransformer
-
- shaVariant - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
SHA algorithm variant used in signature and digest algorithms.
- sigAlgo - Variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
Signature algorithm used.
- SIGNATURE_NAME - Static variable in class net.shibboleth.metadata.dom.XMLSignatureSigningStage
-
QName of the Signature element.
- signatureRequired - Variable in class net.shibboleth.metadata.dom.XMLSignatureValidationStage
-
Whether Elements are required to be signed.
- SimpleCollectionMergeStrategy - Class in net.shibboleth.metadata
-
- SimpleCollectionMergeStrategy() - Constructor for class net.shibboleth.metadata.SimpleCollectionMergeStrategy
-
- SimpleItemCollectionFactory<T> - Class in net.shibboleth.metadata
-
Implementation
Supplier that produces
ArrayList instances.
- SimpleItemCollectionFactory() - Constructor for class net.shibboleth.metadata.SimpleItemCollectionFactory
-
- SimpleItemCollectionSerializer<T> - Class in net.shibboleth.metadata
-
- SimpleItemCollectionSerializer(ItemSerializer<T>) - Constructor for class net.shibboleth.metadata.SimpleItemCollectionSerializer
-
Constructor.
- SimplePipeline<T> - Class in net.shibboleth.metadata.pipeline
-
A very simple implementation of
Pipeline.
- SimplePipeline() - Constructor for class net.shibboleth.metadata.pipeline.SimplePipeline
-
- size() - Method in class net.shibboleth.metadata.util.ItemCollectionWithMetadata
- source - Variable in class net.shibboleth.metadata.pipeline.StaticItemSourceStage
-
- sourceFile - Variable in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
The file path to the DOM material provided by this source.
- sourceFileFilter - Variable in class net.shibboleth.metadata.dom.DOMFilesystemSourceStage
-
Filter used to determine if a file should be included.
- SP_SSO_DESCRIPTOR_NAME - Static variable in class net.shibboleth.metadata.dom.saml.EntityRoleFilterStage
-
QName of the SPSSODescriptor element.
- SplitMergeStage<T> - Class in net.shibboleth.metadata.pipeline
-
A stage which splits a given collection and passes selected items to one pipeline and non-selected items to another.
- SplitMergeStage() - Constructor for class net.shibboleth.metadata.pipeline.SplitMergeStage
-
- Stage<T> - Interface in net.shibboleth.metadata.pipeline
-
A stage in a
Pipeline that operates upon a collection
Item in a particular manner.
- StageProcessingException - Exception in net.shibboleth.metadata.pipeline
-
Exception indicating that a
Stage of the pipeline encountered an error.
- StageProcessingException() - Constructor for exception net.shibboleth.metadata.pipeline.StageProcessingException
-
Constructor.
- StageProcessingException(String) - Constructor for exception net.shibboleth.metadata.pipeline.StageProcessingException
-
Constructor.
- StageProcessingException(Exception) - Constructor for exception net.shibboleth.metadata.pipeline.StageProcessingException
-
Constructor.
- StageProcessingException(String, Exception) - Constructor for exception net.shibboleth.metadata.pipeline.StageProcessingException
-
Constructor.
- startInstant - Variable in class net.shibboleth.metadata.pipeline.ComponentInfo
-
Instant when the component operation started.
- stash - Variable in class net.shibboleth.metadata.dom.AbstractDOMTraversalStage.TraversalContext
-
Map of data for this traversal.
- StaticItemSourceStage<T> - Class in net.shibboleth.metadata.pipeline
-
A stage which adds a static collection of Items to a
Item collection.
- StaticItemSourceStage() - Constructor for class net.shibboleth.metadata.pipeline.StaticItemSourceStage
-
- StatusMetadata - Class in net.shibboleth.metadata
-
- StatusMetadata(String, String) - Constructor for class net.shibboleth.metadata.StatusMetadata
-
Constructor.
- StatusMetadataLoggingStage<T> - Class in net.shibboleth.metadata.pipeline
-
- StatusMetadataLoggingStage() - Constructor for class net.shibboleth.metadata.pipeline.StatusMetadataLoggingStage
-
- SUPPORT - Static variable in class net.shibboleth.metadata.dom.saml.ContactPersonFilterStage
-
'support' person type constant.