|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface ArtifactResolve
The ArtifactResolve message is used to request that a SAML
protocol message be returned in an ArtifactResponse message
by specifying an artifact that represents the SAML protocol message.
It has the complex type ArtifactResolveType.
<complexType name="ArtifactResolveType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Artifact"/>
</sequence>
</extension>
</complexContent>
</complexType>
| メソッドの概要 | |
|---|---|
Artifact |
getArtifact()
Gets the Artifact of the request. |
void |
setArtifact(Artifact value)
Sets the Artifact of the request. |
| インタフェース com.sun.identity.saml2.protocol.RequestAbstract から継承されたメソッド |
|---|
getConsent, getDestination, getExtensions, getID, getIssueInstant, getIssuer, getSignature, getVersion, isMutable, isSignatureValid, isSigned, makeImmutable, setConsent, setDestination, setExtensions, setID, setIssueInstant, setIssuer, setVersion, sign, toXMLString, toXMLString |
| メソッドの詳細 |
|---|
Artifact getArtifact()
Artifact of the request.
Artifact of the request.ArtifactResolve.setArtifact(Artifact)
void setArtifact(Artifact value)
throws SAML2Exception
Artifact of the request.
value - new Artifact.
SAML2Exception - if the object is immutable.ArtifactResolve.getArtifact()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||