Package net.shibboleth.metadata
Class InfoStatus
java.lang.Object
net.shibboleth.metadata.StatusMetadata
net.shibboleth.metadata.InfoStatus
- All Implemented Interfaces:
ItemMetadata
A type of
StatusMetadata that carries informational messages. These messages should never be used to carry
status messages that would indicate an error or failing of the Item in some way.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.metadata.StatusMetadata
getComponentId, getStatusMessage
-
Constructor Details
-
InfoStatus
Constructor.- Parameters:
componentId- ID of the component creating the status message, never null or emptystatusMessage- the status message, never null or empty
-