public class ResolveArtifactTest
extends org.opensaml.core.OpenSAMLInitBaseTestCase
ResolveArtifact unit test.| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.profile.impl.ResolveArtifact |
action |
private org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap |
artifactMap |
private ProfileRequestContext<org.opensaml.saml.saml2.core.ArtifactResolve,org.opensaml.saml.saml2.core.ArtifactResponse> |
prc |
| Constructor and Description |
|---|
ResolveArtifactTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testMissingArtifacts() |
void |
testNoArtifacts() |
void |
testNoRequest() |
void |
testNoResponse() |
void |
testOne() |
void |
testWrongIdP() |
void |
testWrongSP() |
private org.opensaml.saml.common.binding.artifact.impl.BasicSAMLArtifactMap artifactMap
private ProfileRequestContext<org.opensaml.saml.saml2.core.ArtifactResolve,org.opensaml.saml.saml2.core.ArtifactResponse> prc
private org.opensaml.saml.saml2.profile.impl.ResolveArtifact action
public void setUp()
throws ComponentInitializationException
ComponentInitializationExceptionpublic void testNoRequest()
public void testNoArtifacts()
public void testNoResponse()
public void testMissingArtifacts()
throws IOException
IOExceptionpublic void testWrongSP()
throws IOException
IOExceptionpublic void testWrongIdP()
throws IOException
IOExceptionpublic void testOne()
throws IOException
IOExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.