Class BasicSAMLArtifactMapTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMapTest
-
public class BasicSAMLArtifactMapTest extends XMLObjectBaseTestCase
Test the storage-backed SAML artifact map implementation.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringartifactprivate BasicSAMLArtifactMapartifactMapprivate StringissuerIdprivate ElementorigElementprivate StringrpIdprivate SAMLObjectsamlObject-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description BasicSAMLArtifactMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestBasicPutGet()voidtestEntryExpiration()voidtestRemove()-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
artifactMap
private BasicSAMLArtifactMap artifactMap
-
artifact
private String artifact
-
issuerId
private String issuerId
-
rpId
private String rpId
-
samlObject
private SAMLObject samlObject
-
origElement
private Element origElement
-
-
Method Detail
-
testBasicPutGet
public void testBasicPutGet() throws IOException, MarshallingException- Throws:
IOExceptionMarshallingException
-
testRemove
public void testRemove() throws IOException- Throws:
IOException
-
-