|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface AuthnQuery
This class represents the AuthnQueryType complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="AuthnQueryType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:protocol}SubjectQueryAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/>
</sequence>
<attribute name="SessionIndex" type="string" use="optional"/>
</extension>
</complexContent>
</complexType>
| メソッドの概要 | |
|---|---|
RequestedAuthnContext |
getRequestedAuthnContext()
Returns the RequestedAuthnContext object. |
String |
getSessionIndex()
Returns the value of the SessionIndex attribute. |
void |
setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)
Sets the RequestedAuthnContext object. |
void |
setSessionIndex(String sessionIndex)
Sets the value of SessionIndex attribute. |
| インタフェース com.sun.identity.saml2.protocol.SubjectQueryAbstract から継承されたメソッド |
|---|
getSubject, setSubject |
| インタフェース 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 |
| メソッドの詳細 |
|---|
RequestedAuthnContext getRequestedAuthnContext()
RequestedAuthnContext object.
RequestedAuthnContext object.AuthnQuery.setRequestedAuthnContext(RequestedAuthnContext)
void setRequestedAuthnContext(RequestedAuthnContext requestedAuthnContext)
throws SAML2Exception
RequestedAuthnContext object.
requestedAuthnContext - the new RequestedAuthnContext
object.
SAML2Exception - if the object is immutable.AuthnQuery.getRequestedAuthnContext()String getSessionIndex()
SessionIndex attribute.
SessionIndex attribute.AuthnQuery.setSessionIndex(String)
void setSessionIndex(String sessionIndex)
throws SAML2Exception
SessionIndex attribute.
sessionIndex - new value of the SessionIndex attribute.
SAML2Exception - if the object is immutable.AuthnQuery.getSessionIndex()
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||