Uses of Interface
org.projecthusky.xua.saml2.Status

Packages that use Status
  • Uses of Status in org.projecthusky.xua.saml2

    Methods in org.projecthusky.xua.saml2 that return Status
    Modifier and Type
    Method
    Description
    StatusBuilder.create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType aInternalObject)
    Method to create an instance of type StatusType. Methode um eine Instanc des Typs StatusType zu erstellen.
    ArtifactResponse.getStatus()
    Method to get the Status. Methode um den Status zu holen.
    Response.getStatus()
    Method to get the Status. Methode um den Status zu holen.
  • Uses of Status in org.projecthusky.xua.saml2.impl

    Classes in org.projecthusky.xua.saml2.impl that implement Status
    Modifier and Type
    Class
    Description
    class 
    Implementation class of Status Implementations Klasse von Status
    Modifier and Type
    Method
    Description
    StatusBuilderImpl.create()
    Creates a concrete instance of T with setted params. Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
    StatusBuilderImpl.create(org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.protocol.StatusType statusType)
    Method to create an instance of type StatusType. Methode um eine Instanc des Typs StatusType zu erstellen.
    StatusBuilderImpl.create(org.opensaml.saml.saml2.core.Status aInternalObject)
    Method to create an instance of type T. Methode um eine Instanc des Typs T zu erstellen.
    ArtifactResponseImpl.getStatus()
     
    ResponseImpl.getStatus()
    Method to get the Status. Methode um den Status zu holen.