| Package | Description |
|---|---|
| net.shibboleth.metadata |
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
|
| net.shibboleth.metadata.dom |
Implementations of core APIs that operate on W3C DOM based metadata.
|
| net.shibboleth.metadata.dom.saml |
Classes that work with DOM elements which contain SAML data.
|
| net.shibboleth.metadata.dom.saml.mdattr |
Aggregator classes for the entity attributes specification.
|
| net.shibboleth.metadata.dom.saml.mdrpi |
Aggregator classes for the MDRPI specification.
|
| net.shibboleth.metadata.pipeline |
A set of classes for constructing generic data processing pipelines.
|
| net.shibboleth.metadata.util |
Some utility classes.
|
| net.shibboleth.metadata.validate |
Classes for validation of specific object types.
|
| net.shibboleth.metadata.validate.x509 |
Validation classes for X.509 certificate objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractItem<T>
Base implementation of an
Item. |
| Modifier and Type | Method and Description |
|---|---|
Item<T> |
Item.copy()
Performs a copy of this Item.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Item<T>> |
SimpleItemCollectionFactory.get() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
FirstItemIdItemIdentificationStrategy.getBasicIdentifier(Item<?> item) |
(package private) abstract String |
AbstractCompositeItemIdentificationStrategy.getBasicIdentifier(Item<?> item)
Get a basic identifier for the
Item. |
protected String |
FirstItemIdItemIdentificationStrategy.getExtraIdentifier(Item<?> item) |
(package private) abstract String |
AbstractCompositeItemIdentificationStrategy.getExtraIdentifier(Item<?> item)
Get an extra identifier for the
Item. |
String |
ItemIdentificationStrategy.getItemIdentifier(Item<?> item)
Gets an identifier for the item.
|
String |
AbstractCompositeItemIdentificationStrategy.getItemIdentifier(Item<?> item) |
void |
ItemSerializer.serialize(Item<T> item,
OutputStream output)
Serializes the
Item to the given output stream. |
| Modifier and Type | Method and Description |
|---|---|
private <T> void |
DeduplicatingItemIdMergeStrategy.merge(HashSet<ItemId> presentItemIds,
Collection<Item<T>> target,
Collection<Item<T>> sourceItems)
Adds source items to the target collection if none of the Items in the target collection have the same
ItemId as source item. |
private <T> void |
DeduplicatingItemIdMergeStrategy.merge(HashSet<ItemId> presentItemIds,
Collection<Item<T>> target,
Collection<Item<T>> sourceItems)
Adds source items to the target collection if none of the Items in the target collection have the same
ItemId as source item. |
<T> void |
SimpleCollectionMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void |
SimpleCollectionMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void |
DeduplicatingItemIdMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void |
DeduplicatingItemIdMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void |
CollectionMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
<T> void |
CollectionMergeStrategy.mergeCollection(Collection<Item<T>> target,
List<Collection<Item<T>>> sources)
Merges the results of each child pipeline in to the collection of Item given to this stage.
|
void |
SimpleItemCollectionSerializer.serializeCollection(Collection<Item<T>> items,
OutputStream output) |
void |
ItemCollectionSerializer.serializeCollection(Collection<Item<T>> items,
OutputStream output)
Serializes the collection of
Items to the given output stream. |
| Modifier and Type | Class and Description |
|---|---|
class |
DOMElementItem
|
| Modifier and Type | Field and Description |
|---|---|
private Item<?> |
AbstractXSLProcessingStage.StatusInfoAppendingErrorListener.item
Item to which the status info will be appended.
|
private Item<Element> |
AbstractDOMTraversalStage.TraversalContext.item
The
Item this traversal is being performed on. |
| Modifier and Type | Method and Description |
|---|---|
Item<Element> |
DOMElementItem.copy()
Performs a copy of this Item.
|
Item<Element> |
AbstractDOMTraversalStage.TraversalContext.getItem()
Get the
Item this traversal is being performed on. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDOMTraversalStage.addError(Item<Element> item,
Element element,
String error)
Add an
ErrorStatus to the given item, in respect of the given Element. |
boolean |
XPathItemSelectionStrategy.apply(Item<Element> item) |
protected boolean |
XMLSignatureValidationStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
XMLSignatureSigningStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
XMLSchemaValidationStage.doExecute(Item<Element> item)
Processes a given Item.
|
private void |
AbstractNamespacesStrippingStage.processItem(Item<Element> item)
Processes the given
Item. |
void |
DOMElementSerializer.serialize(Item<Element> item,
OutputStream output)
Serializes the
Item to the given output stream. |
void |
WhitespaceTrimmingVisitor.visitAttr(Attr visited,
Item<Element> item) |
void |
AttrVisitor.visitAttr(Attr visited,
Item<Element> item)
|
void |
WhitespaceTrimmingVisitor.visitElement(Element visited,
Item<Element> item) |
void |
ElementVisitor.visitElement(Element visited,
Item<Element> item)
|
void |
WhitespaceTrimmingVisitor.visitNode(Node visited,
Item<Element> item) |
void |
NodeVisitor.visitNode(Node visited,
Item<Element> item)
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPathFilteringStage.doExecute(Collection<Item<Element>> metadataCollection)
Performs the stage processing on the given Item collection.
|
protected void |
EmptyContainerStrippingStage.doExecute(Collection<Item<Element>> items)
Performs the stage processing on the given Item collection.
|
protected void |
ElementStrippingStage.doExecute(Collection<Item<Element>> items)
Performs the stage processing on the given Item collection.
|
protected void |
DOMResourceSourceStage.doExecute(Collection<Item<Element>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
DOMFilesystemSourceStage.doExecute(Collection<Item<Element>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
AbstractXSLProcessingStage.doExecute(Collection<Item<Element>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
AbstractNamespacesStrippingStage.doExecute(Collection<Item<Element>> items) |
protected void |
AbstractDOMTraversalStage.doExecute(Collection<Item<Element>> itemCollection) |
protected void |
XSLValidationStage.executeTransformer(Transformer transformer,
Collection<Item<Element>> itemCollection)
Executes the XSLT transform on the given collection of Items.
|
protected void |
XSLTransformationStage.executeTransformer(Transformer transformer,
Collection<Item<Element>> itemCollection)
Executes the XSLT transform on the given collection of Items.
|
protected void |
MultiOutputXSLTransformationStage.executeTransformer(Transformer transformer,
Collection<Item<Element>> itemCollection)
Executes the XSLT transform on the given collection of Items.
|
protected abstract void |
AbstractXSLProcessingStage.executeTransformer(Transformer transformer,
Collection<Item<Element>> itemCollection)
Executes the XSLT transform on the given collection of Items.
|
protected void |
DOMResourceSourceStage.populateItemCollection(Collection<Item<Element>> itemCollection,
InputStream data)
Builds an
DOMElementItem collection from a new XML document. |
void |
DOMElementSerializer.serializeCollection(Collection<Item<Element>> items,
OutputStream output)
Serializes the collection of
Items to the given output stream. |
| Constructor and Description |
|---|
AbstractDOMTraversalStage.TraversalContext(Item<Element> contextItem)
Constructor.
|
AbstractXSLProcessingStage.StatusInfoAppendingErrorListener(Item<?> receivingItem)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Item<Element>> |
EntitiesDescriptorAssemblerStage.ItemOrderingStrategy.order(Collection<Item<Element>> items)
Orders a given Item collection.
|
List<Item<Element>> |
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy.order(Collection<Item<Element>> items)
Orders a given Item collection.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ValidateValidUntilStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
SetValidUntilStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
SetCacheDurationStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
RemoveOrganizationStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
PullUpValidUntilStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
PullUpCacheDurationStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
GenerateIdStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
EntityRoleFilterStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
EntityFilterStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
EntityDescriptorItemIdPopulationStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected boolean |
ContactPersonFilterStage.doExecute(Item<Element> item)
Processes a given Item.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntitiesDescriptorDisassemblerStage.doExecute(Collection<Item<Element>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
EntitiesDescriptorAssemblerStage.doExecute(Collection<Item<Element>> itemCollection)
Performs the stage processing on the given Item collection.
|
List<Item<Element>> |
EntitiesDescriptorAssemblerStage.ItemOrderingStrategy.order(Collection<Item<Element>> items)
Orders a given Item collection.
|
List<Item<Element>> |
EntitiesDescriptorAssemblerStage.NoOpItemOrderingStrategy.order(Collection<Item<Element>> items)
Orders a given Item collection.
|
protected void |
EntitiesDescriptorDisassemblerStage.processEntitiesDescriptor(Collection<Item<Element>> itemCollection,
Element entitiesDescriptor)
Processes an EntitiesDescriptor element.
|
protected void |
EntitiesDescriptorDisassemblerStage.processEntityDescriptor(Collection<Item<Element>> itemCollection,
Element entityDescriptor)
Processes an EntityDescriptor element.
|
| Modifier and Type | Method and Description |
|---|---|
private String |
EntityAttributeFilteringStage.extractRegistrationAuthority(Item<Element> item)
Extract the registration authority for an entity from its entity metadata.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EntityAttributeFilteringStage.doExecute(Collection<Item<Element>> itemCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
EntityRegistrationAuthorityFilterStage.doExecute(Item<Element> item)
Processes a given Item.
|
protected String |
RegistrationAuthorityItemIdentificationStrategy.getExtraIdentifier(Item<?> item)
Derive a display name for an entity's registration authority, if it has one.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RegistrationAuthorityPopulationStage.doExecute(Collection<Item<Element>> items)
Performs the stage processing on the given Item collection.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.base.Supplier<Collection<Item<T>>> |
SplitMergeStage.collectionFactory
Factory used to create the Item collection that is then given to the pipelines.
|
private com.google.common.base.Supplier<Collection<Item<T>>> |
PipelineMergeStage.collectionFactory
The factory used to create the item returned by this source.
|
private com.google.common.base.Supplier<Collection<Item<T>>> |
PipelineDemultiplexerStage.collectionFactory
Factory used to create the Item collection that is then given to the pipelines.
|
private com.google.common.base.Predicate<Collection<Item<T>>> |
BaseStage.collectionPredicate
The
Predicate applied to the supplied item collection to determine whether the stage will be executed. |
private Collection<Item<T>> |
PipelineCallable.itemCollection
The collection of items upon which the pipeline will operate.
|
private List<net.shibboleth.utilities.java.support.collection.Pair<Pipeline<T>,com.google.common.base.Predicate<Item<T>>>> |
PipelineDemultiplexerStage.pipelineAndStrategies
The pipelines through which items are sent and the selection strategy used for that pipeline.
|
private com.google.common.base.Predicate<Item<T>> |
SplitMergeStage.selectionStrategy
Strategy used to split the given item collection.
|
private Collection<Item<T>> |
StaticItemSourceStage.source
Collection of static Items added to each Item collection by
BaseStage.execute(Collection). |
| Modifier and Type | Method and Description |
|---|---|
Collection<Item<T>> |
PipelineCallable.call() |
protected Future<Collection<Item<T>>> |
SplitMergeStage.executePipeline(Pipeline<T> pipeline,
Collection<Item<T>> items)
Executes a pipeline.
|
static <T> Collection<Item<T>> |
FutureSupport.futureItems(Future<Collection<Item<T>>> future)
Resolves the future value of a
Future collection value. |
com.google.common.base.Supplier<Collection<Item<T>>> |
SplitMergeStage.getCollectionFactory()
Gets the factory used to create the Item collection that is then given to the pipelines.
|
com.google.common.base.Supplier<Collection<Item<T>>> |
PipelineMergeStage.getCollectionFactory()
Gets the factory used to create the
Item collection produced by this source. |
com.google.common.base.Supplier<Collection<Item<T>>> |
PipelineDemultiplexerStage.getCollectionFactory()
Gets the factory used to create the Item collection that is then given to the pipelines.
|
com.google.common.base.Predicate<Collection<Item<T>>> |
BaseStage.getCollectionPredicate()
Gets the
Predicate being applied to the supplied item collection to determine whether
the stage will be executed. |
List<net.shibboleth.utilities.java.support.collection.Pair<Pipeline<T>,com.google.common.base.Predicate<Item<T>>>> |
PipelineDemultiplexerStage.getPipelineAndSelectionStrategies()
Gets the pipeline and item selection strategies used to demultiplex item collections within this stage.
|
com.google.common.base.Predicate<Item<T>> |
SplitMergeStage.getSelectionStrategy()
Gets the strategy used to split the given item collection.
|
Collection<Item<T>> |
StaticItemSourceStage.getSourceItems()
Gets the collection of static Items added to the Item collection by this stage.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StatusMetadataLoggingStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected void |
ItemMetadataTerminationStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected void |
ItemMetadataFilterStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected abstract void |
AbstractItemMetadataSelectionStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected boolean |
ItemMetadataAddingStage.doExecute(Item<T> item)
Processes a given Item.
|
protected boolean |
ItemIdTransformStage.doExecute(Item<T> item)
Processes a given Item.
|
protected abstract boolean |
BaseIteratingStage.doExecute(Item<T> item)
Processes a given Item.
|
MultiOutputSerializationStage.Destination |
MultiOutputSerializationStage.OutputStrategy.getDestination(Item<T> item)
Gets a
MultiOutputSerializationStage.Destination to which an item should be serialized. |
MultiOutputSerializationStage.Destination |
FilesInDirectoryMultiOutputStrategy.getDestination(Item<T> item) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
StaticItemSourceStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
SplitMergeStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
SerializationStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
ScriptletStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
PipelineMergeStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
PipelineDemultiplexerStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
MultiOutputSerializationStage.doExecute(Collection<Item<T>> itemCollection) |
protected void |
CompositeStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected abstract void |
BaseStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
BaseIteratingStage.doExecute(Collection<Item<T>> itemCollection)
Iterates over each element of the Item collection and delegates the processing of that element to
BaseIteratingStage.doExecute(Item). |
protected void |
AbstractItemMetadataSelectionStage.doExecute(Collection<Item<T>> itemCollection)
Performs the stage processing on the given Item collection.
|
protected void |
StatusMetadataLoggingStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected void |
ItemMetadataTerminationStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected void |
ItemMetadataFilterStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
protected abstract void |
AbstractItemMetadataSelectionStage.doExecute(Collection<Item<T>> itemCollection,
Item<T> matchingItem,
Map<Class<? extends ItemMetadata>,List<? extends ItemMetadata>> matchingMetadata)
Performs the stage's logic on the given item that contained metadata of the given type.
|
void |
Stage.execute(Collection<Item<T>> itemCollection)
Transforms the given input data.
|
void |
SimplePipeline.execute(Collection<Item<T>> itemCollection)
Executes each registered
Stage in turn. |
void |
Pipeline.execute(Collection<Item<T>> itemCollection)
Executes each registered
Stage in turn. |
void |
BaseStage.execute(Collection<Item<T>> itemCollection)
Creates an
ComponentInfo, delegates actual work on the collection to BaseStage.doExecute(Collection), adds
the ComponentInfo to all the resultant Item elements and then sets its completion time. |
protected Future<Collection<Item<T>>> |
SplitMergeStage.executePipeline(Pipeline<T> pipeline,
Collection<Item<T>> items)
Executes a pipeline.
|
static <T> Collection<Item<T>> |
FutureSupport.futureItems(Future<Collection<Item<T>>> future)
Resolves the future value of a
Future collection value. |
void |
SplitMergeStage.setCollectionFactory(com.google.common.base.Supplier<Collection<Item<T>>> factory)
Sets the factory used to create the Item collection that is then given to the pipelines.
|
void |
PipelineMergeStage.setCollectionFactory(com.google.common.base.Supplier<Collection<Item<T>>> factory)
Sets the factory used to create the
Item collection produced by this source. |
void |
PipelineDemultiplexerStage.setCollectionFactory(com.google.common.base.Supplier<Collection<Item<T>>> factory)
Sets the factory used to create the Item collection that is then given to the pipelines.
|
void |
BaseStage.setCollectionPredicate(com.google.common.base.Predicate<Collection<Item<T>>> pred)
Sets the
Predicate applied to the supplied item collection to determine whether
the stage will be executed. |
void |
PipelineDemultiplexerStage.setPipelineAndSelectionStrategies(List<net.shibboleth.utilities.java.support.collection.Pair<Pipeline<T>,com.google.common.base.Predicate<Item<T>>>> passes)
Sets the pipeline and item selection strategies used to demultiplex item collections within this stage.
|
void |
SplitMergeStage.setSelectionStrategy(com.google.common.base.Predicate<Item<T>> strategy)
Sets the strategy used to split the given item collection.
|
void |
StaticItemSourceStage.setSourceItems(Collection<Item<T>> items)
Sets the collection of Items added to the Item collection by this stage.
|
| Constructor and Description |
|---|
PipelineCallable(Pipeline<T> invokedPipeline,
Collection<Item<T>> items)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
private Collection<Item<T>> |
ItemCollectionWithMetadata.delegate
The delegate collection.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Item<T>> |
ItemCollectionWithMetadata.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemCollectionWithMetadata.add(Item<T> e) |
static void |
ItemMetadataSupport.addAll(Item<?> item,
Iterable<? extends ItemMetadata> metadatas)
Adds all the given
ItemMetadata items to the given Item element. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ItemCollectionWithMetadata.addAll(Collection<? extends Item<T>> c) |
static void |
ItemMetadataSupport.addToAll(Collection<? extends Item<?>> itemCollection,
Iterable<? extends ItemMetadata> metadatas)
Adds all the give
ItemMetadata items to each Item element in the given collection. |
static <T> void |
ItemMetadataSupport.addToCollection(Collection<Item<T>> itemCollection,
Iterable<? extends ItemMetadata> itemMetadatas)
Adds one or more
ItemMetadata to the given collection if the collection is an instance of
ItemCollectionWithMetadata. |
| Constructor and Description |
|---|
ItemCollectionWithMetadata(Collection<Item<T>> wrappedCollection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseValidator.addError(String message,
Item<?> item,
String stageId)
Add an
ErrorStatus to the given Item. |
protected void |
BaseValidator.addStatus(boolean error,
String message,
Item<?> item,
String stageId)
|
protected void |
BaseValidator.addWarning(String message,
Item<?> item,
String stageId)
Add a
WarningStatus to the given Item. |
Validator.Action |
Validator.validate(V e,
Item<?> item,
String stageId)
Apply the validator to the object in the given
Item context. |
| Modifier and Type | Method and Description |
|---|---|
void |
X509RSAOpenSSLBlacklistValidator.doValidate(X509Certificate cert,
Item<?> item,
String stageId)
Apply the validator to the object in the given
Item context. |
void |
X509RSAKeyLengthValidator.doValidate(X509Certificate cert,
Item<?> item,
String stageId)
Apply the validator to the object in the given
Item context. |
void |
X509RSAExponentValidator.doValidate(X509Certificate cert,
Item<?> item,
String stageId) |
protected abstract void |
AbstractX509Validator.doValidate(X509Certificate cert,
Item<?> item,
String stageId)
Apply the validator to the object in the given
Item context. |
Validator.Action |
AbstractX509Validator.validate(X509Certificate cert,
Item<?> item,
String stageId) |
Copyright © 1999–2016. All rights reserved.