public class LogoutRequestModel extends RequestAbstractTypeModel
コンストラクタと説明 |
---|
LogoutRequestModel(org.opensaml.saml2.core.LogoutRequest request,
String binding,
String relayState)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getSessionIndex()
LogoutRequestのSessionIndexを取得します。
|
boolean |
isSessionIndexOK(String sessionIndex)
パラメータのSessionIndexがLogoutRequestのSessionIndexと一致しているか確認します。
|
getBinding, getDestination, getID, getIssuer, getRelayState, isDestinationOK, isIssuerOK
getXMLObject, hasSignature, prettyPrintXML, sign, sign, toXML, verifySignature
public LogoutRequestModel(org.opensaml.saml2.core.LogoutRequest request, String binding, String relayState) throws SAMLApplicationException
request
- LogoutRequest要素binding
- バインディングrelayState
- 認証成功後の遷移先SAMLApplicationException
- SAML連携エラーpublic String getSessionIndex()
public boolean isSessionIndexOK(String sessionIndex)
sessionIndex
- SessionIndexCopyright © 2012 NTT DATA INTRAMART CORPORATION