|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.storage.AbstractExpiringObject
org.opensaml.common.binding.artifact.BasicSAMLArtifactMapEntry
public class BasicSAMLArtifactMapEntry
Basic implementation of SAMLArtifactMap.SAMLArtifactMapEntry
.
Constructor Summary | |
---|---|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor. |
|
BasicSAMLArtifactMapEntry(String samlArtifact,
String issuerId,
String relyingPartyId,
String serializedSAML,
long lifetime)
Deprecated. replacement BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long) |
Method Summary | |
---|---|
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. |
Methods inherited from class org.opensaml.util.storage.AbstractExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.util.storage.ExpiringObject |
---|
getExpirationTime, isExpired, onExpire |
Constructor Detail |
---|
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 millisecondsMethod Detail |
---|
public 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
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |