public class BasicSAMLArtifactMapEntry extends AbstractExpiringObject implements SAMLArtifactMap.SAMLArtifactMapEntry
SAMLArtifactMap.SAMLArtifactMapEntry
.Constructor and Description |
---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor.
|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
String serializedSAML,
long lifetime)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public String getIssuerId()
getIssuerId
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public String getRelyingPartyId()
getRelyingPartyId
in interface SAMLArtifactMap.SAMLArtifactMapEntry
public SAMLObject getSamlMessage()
getSamlMessage
in interface SAMLArtifactMap.SAMLArtifactMapEntry
Copyright © 2018 JBoss by Red Hat. All rights reserved.