Class InfoStatus

java.lang.Object
net.shibboleth.metadata.StatusMetadata
net.shibboleth.metadata.InfoStatus
All Implemented Interfaces:
ItemMetadata

@Immutable public non-sealed class InfoStatus extends StatusMetadata
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 Details

    • InfoStatus

      public InfoStatus(@Nonnull String componentId, String statusMessage)
      Constructor.
      Parameters:
      componentId - ID of the component creating the status message, never null or empty
      statusMessage - the status message, never null or empty