Serialized Form


Package net.shibboleth.metadata

Class net.shibboleth.metadata.AbstractItem extends Object implements Serializable

serialVersionUID: -3694943988855243697L

Serialized Fields

data

Object data
The actual data held by the item.


metadata

ClassToInstanceMultiMap<B> metadata
Additional processing information associated with this Item.

Class net.shibboleth.metadata.ErrorStatus extends StatusMetadata implements Serializable

serialVersionUID: -559355929721764600L

Class net.shibboleth.metadata.InfoStatus extends StatusMetadata implements Serializable

serialVersionUID: 4418261627233729537L

Class net.shibboleth.metadata.ItemId extends Object implements Serializable

serialVersionUID: -3907907112463674533L

Serialized Fields

id

String id
Unique ID for the Item.

Class net.shibboleth.metadata.ItemTag extends Object implements Serializable

serialVersionUID: 4727990464411083511L

Serialized Fields

tag

String tag
Item tag.

Class net.shibboleth.metadata.StatusMetadata extends Object implements Serializable

serialVersionUID: 9058387763020864155L

Serialized Fields

component

String component
The component that generated this status information.


message

String message
The message associated with this status.

Class net.shibboleth.metadata.WarningStatus extends StatusMetadata implements Serializable

serialVersionUID: -586972544551282634L


Package net.shibboleth.metadata.dom

Class net.shibboleth.metadata.dom.DomElementItem extends AbstractItem<Element> implements Serializable

serialVersionUID: -5122481126094725529L


Package net.shibboleth.metadata.pipeline

Class net.shibboleth.metadata.pipeline.ComponentException extends Exception implements Serializable

serialVersionUID: 2083763618862431426L

Class net.shibboleth.metadata.pipeline.ComponentInfo extends Object implements Serializable

serialVersionUID: -2181091708008092869L

Serialized Fields

componentId

String componentId
ID of the component that operated on the element.


componentType

Class<T> componentType
Gets the type of the component that operated on the element.


startInstant

DateTime startInstant
Instant when the component operation started.


completeInstant

DateTime completeInstant
Instant when the component operation completed.

Class net.shibboleth.metadata.pipeline.ComponentInitializationException extends ComponentException implements Serializable

serialVersionUID: -2407898741991246063L

Class net.shibboleth.metadata.pipeline.PipelineProcessingException extends ComponentException implements Serializable

serialVersionUID: -430330435529063617L

Class net.shibboleth.metadata.pipeline.StageProcessingException extends PipelineProcessingException implements Serializable

serialVersionUID: -3838200463469773301L



Copyright © 2009-2011. All Rights Reserved.