org.opensaml.common.binding.artifact.SAMLArtifactMap
@Service("PVPAssertionStorage") public class PVPAssertionStorage extends Object implements org.opensaml.common.binding.artifact.SAMLArtifactMap
Constructor | Description |
---|---|
PVPAssertionStorage() |
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(String artifact) |
|
org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry |
get(String artifact) |
|
void |
put(String artifact,
String relyingPartyId,
String issuerId,
org.opensaml.common.SAMLObject samlMessage) |
|
void |
remove(String artifact) |
public boolean contains(String artifact)
contains
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
public void put(String artifact, String relyingPartyId, String issuerId, org.opensaml.common.SAMLObject samlMessage) throws org.opensaml.xml.io.MarshallingException
put
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
org.opensaml.xml.io.MarshallingException
public org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry get(String artifact)
get
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
public void remove(String artifact)
remove
in interface org.opensaml.common.binding.artifact.SAMLArtifactMap
Copyright © 2019. All rights reserved.