@Service(value="PVPAssertionStorage") public class PVPAssertionStorage extends Object implements org.opensaml.common.binding.artifact.SAMLArtifactMap
| Constructor and Description |
|---|
PVPAssertionStorage() |
| Modifier and Type | Method and 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.SAMLArtifactMappublic 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.SAMLArtifactMaporg.opensaml.xml.io.MarshallingExceptionpublic org.opensaml.common.binding.artifact.SAMLArtifactMap.SAMLArtifactMapEntry get(String artifact)
get in interface org.opensaml.common.binding.artifact.SAMLArtifactMappublic void remove(String artifact)
remove in interface org.opensaml.common.binding.artifact.SAMLArtifactMapCopyright © 2017. All rights reserved.