Package net.shibboleth.metadata
Class WarningStatus
java.lang.Object
net.shibboleth.metadata.StatusMetadata
net.shibboleth.metadata.WarningStatus
- All Implemented Interfaces:
ItemMetadata
A type of
StatusMetadata that indicates something may be "off" about the Item. This warning message
is stronger than the informational message that would be carried by a InfoStatus but does not necessarily
indicate an actual defect in the Item. One use of this status would be if a
Stage thinks something about the Item may be wrong but does not have enough
information to verify it.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.metadata.StatusMetadata
getComponentId, getStatusMessage
-
Constructor Details
-
WarningStatus
Constructor.- Parameters:
componentId- ID of the component creating the status message, never null or emptystatusMessage- the status message, never null or empty
-