|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SubjectQueryAbstract
This class represents the SubjectQueryAbstractType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="SubjectQueryAbstractType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Subject"/>
</sequence>
</extension>
</complexContent>
</complexType>
| メソッドの概要 | |
|---|---|
Subject |
getSubject()
Returns the Subject object. |
void |
setSubject(Subject subject)
Sets the Subject object. |
| インタフェース 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 |
| メソッドの詳細 |
|---|
Subject getSubject()
Subject object.
Subject object.SubjectQueryAbstract.setSubject(Subject)
void setSubject(Subject subject)
throws SAML2Exception
Subject object.
subject - the new Subject object.
SAML2Exception - if the object is immutable.SubjectQueryAbstract.getSubject()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||