com.sun.identity.saml2.protocol
インタフェース ArtifactResponse

すべてのスーパーインタフェース:
StatusResponse

public interface ArtifactResponse
extends StatusResponse

The ArtifactResopnse message has the complex type ArtifactResponseType.

 <complexType name="ArtifactResponseType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}StatusResponseType">
       <sequence>
         <any/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


メソッドの概要
 String getAny()
          Gets the any element of the response.
 void setAny(String value)
          Sets the any element of the response.
 
インタフェース com.sun.identity.saml2.protocol.StatusResponse から継承されたメソッド
getConsent, getDestination, getExtensions, getID, getInResponseTo, getIssueInstant, getIssuer, getSignature, getStatus, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setInResponseTo, setIssueInstant, setIssuer, setStatus, setVersion, sign, toXMLString, toXMLString
 

メソッドの詳細

getAny

String getAny()
Gets the any element of the response.

戻り値:
any element in xml string format.
関連項目:
ArtifactResponse.setAny(String)

setAny

void setAny(String value)
            throws SAML2Exception
Sets the any element of the response.

パラメータ:
value - new any element in xml string format.
例外:
SAML2Exception - if the object is immutable.
関連項目:
ArtifactResponse.getAny()