Class StatusImpl

java.lang.Object
org.projecthusky.xua.saml2.impl.StatusImpl
All Implemented Interfaces:
SecurityObject<org.opensaml.saml.saml2.core.Status>, Status

public class StatusImpl extends Object implements Status, SecurityObject<org.opensaml.saml.saml2.core.Status>
Implementation class of Status
Implementations Klasse von Status
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    StatusImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType aStatus)
     
    protected
    StatusImpl(org.opensaml.saml.saml2.core.Status aStatus)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Method to get the StatusCode. Methode um den StatusCode zu erhalten.
    Method to get the StatusMessage. Methode um den StatusMessage zu erhalten.
    org.opensaml.saml.saml2.core.Status
    Method to get the wrapped inner object. Methode um das Innere, gewrappte object zu erhalten.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • StatusImpl

      protected StatusImpl(org.opensaml.saml.saml2.core.Status aStatus)
    • StatusImpl

      protected StatusImpl(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType aStatus)
  • Method Details

    • getStatusCode

      public StatusCode getStatusCode()
      Method to get the StatusCode.
      Methode um den StatusCode zu erhalten.
      Specified by:
      getStatusCode in interface Status
      Returns:
      the StatusCode
      den StatusCode
      See Also:
    • getStatusMessage

      public String getStatusMessage()
      Method to get the StatusMessage.
      Methode um den StatusMessage zu erhalten.
      Specified by:
      getStatusMessage in interface Status
      Returns:
      the StatusMessage as String
      die StatusMessage als String
      See Also:
    • getWrappedObject

      public org.opensaml.saml.saml2.core.Status getWrappedObject()
      Description copied from interface: SecurityObject
      Method to get the wrapped inner object.
      Methode um das Innere, gewrappte object zu erhalten.
      Specified by:
      getWrappedObject in interface SecurityObject<org.opensaml.saml.saml2.core.Status>
      Returns:
      returns the wrapped inner object (depends on implementation)
    • toString

      public String toString()
      Overrides:
      toString in class Object