Class StatusImpl

java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.saml.saml1.core.impl.StatusImpl
All Implemented Interfaces:
XMLObject, SAMLObject, Status

public class StatusImpl extends AbstractXMLObject implements Status
Concrete Implementation Status.
  • Field Details

    • statusMessage

      @Nullable private StatusMessage statusMessage
      Representation of the StatusMessage element.
    • statusCode

      @Nullable private StatusCode statusCode
      Representation of the StatusCode element.
    • statusDetail

      @Nullable private StatusDetail statusDetail
      Representation of the StatusDetail element.
  • Constructor Details

    • StatusImpl

      protected StatusImpl(@Nullable String namespaceURI, @Nonnull String elementLocalName, @Nullable String namespacePrefix)
      Constructor.
      Parameters:
      namespaceURI - the namespace the element is in
      elementLocalName - the local name of the XML element this Object represents
      namespacePrefix - the prefix for the given namespace
  • Method Details