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, onExpire
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExpirationTime, isExpired, onExpire
public 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.SAMLArtifactMapEntry
public String getIssuerId()
getIssuerId
インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntry
public String getRelyingPartyId()
getRelyingPartyId
インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntry
public SAMLObject getSamlMessage()
getSamlMessage
インタフェース内 SAMLArtifactMap.SAMLArtifactMapEntry
Copyright © 2012. All Rights Reserved.