public class BasicSAMLArtifactMapEntry extends AbstractExpiringObject implements SAMLArtifactMap.SAMLArtifactMapEntry
SAMLArtifactMap.SAMLArtifactMapEntry.| コンストラクタと説明 |
|---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
String serializedSAML,
long lifetime)
推奨されていません。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getArtifact()
Gets the artifact that maps to the SAML message.
|
String |
getIssuerId()
Gets the ID of the issuer of the artifact.
|
String |
getRelyingPartyId()
Gets the ID of the relying party the artifact was sent to.
|
SAMLObject |
getSamlMessage()
Gets SAML message the artifact maps to.
|
getExpirationTime, isExpired, onExpireclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExpirationTime, isExpired, onExpirepublic BasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, String serializedSAML, long lifetime)
BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long)samlArtifact - artifact associated with the messageissuerId - issuer of the artifactrelyingPartyId - receiver of the artifactserializedSAML - serialized SAML message mapped to the artifactlifetime - lifetime of the artifact in millisecondspublic BasicSAMLArtifactMapEntry(String samlArtifact, String issuerId, String relyingPartyId, SAMLObject samlMessage, long lifetime)
samlArtifact - artifact associated with the messageissuerId - issuer of the artifactrelyingPartyId - receiver of the artifactsamlMessage - SAML message mapped to the artifactlifetime - lifetime of the artifact in millisecondspublic String getArtifact()
getArtifact インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntrypublic String getIssuerId()
getIssuerId インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntrypublic String getRelyingPartyId()
getRelyingPartyId インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntrypublic SAMLObject getSamlMessage()
getSamlMessage インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntryCopyright © 2012. All Rights Reserved.