|
||||||||||
| 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(java.lang.String samlArtifact,
java.lang.String issuerId,
java.lang.String relyingPartyId,
SAMLObject samlMessage,
long lifetime)
Constructor. |
|
BasicSAMLArtifactMapEntry(java.lang.String samlArtifact,
java.lang.String issuerId,
java.lang.String relyingPartyId,
java.lang.String serializedSAML,
long lifetime)
Deprecated. replacement BasicSAMLArtifactMapEntry(String, String, String, SAMLObject, long) |
|
| Method Summary | |
|---|---|
java.lang.String |
getArtifact()
Gets the artifact that maps to the SAML message. |
java.lang.String |
getIssuerId()
Gets the ID of the issuer of the artifact. |
java.lang.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(java.lang.String samlArtifact,
java.lang.String issuerId,
java.lang.String relyingPartyId,
java.lang.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 milliseconds
public BasicSAMLArtifactMapEntry(java.lang.String samlArtifact,
java.lang.String issuerId,
java.lang.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 milliseconds| Method Detail |
|---|
public java.lang.String getArtifact()
getArtifact in interface SAMLArtifactMap.SAMLArtifactMapEntrypublic java.lang.String getIssuerId()
getIssuerId in interface SAMLArtifactMap.SAMLArtifactMapEntrypublic java.lang.String getRelyingPartyId()
getRelyingPartyId in interface SAMLArtifactMap.SAMLArtifactMapEntrypublic SAMLObject getSamlMessage()
getSamlMessage in interface SAMLArtifactMap.SAMLArtifactMapEntry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||