Class SignAssertionsTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.saml.common.profile.impl.SignAssertionsTest
-
public class SignAssertionsTest extends OpenSAMLInitBaseTestCase
SignAssertionsunit test.
-
-
Field Summary
Fields Modifier and Type Field Description private SignAssertionsactionprivate ProfileRequestContextprc
-
Constructor Summary
Constructors Constructor Description SignAssertionsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestBadMessage()voidtestNoAssertions()voidtestNoMessage()voidtestNoOutboundMessageContext()voidtestNoSecurityParametersContext()voidtestNoSignatureSigningParameters()voidtestSignSAML1Assertions()voidtestSignSAML2Assertions()-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Field Detail
-
action
private SignAssertions action
-
prc
private ProfileRequestContext prc
-
-
Method Detail
-
setUp
@BeforeMethod public void setUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
testNoOutboundMessageContext
public void testNoOutboundMessageContext() throws Exception- Throws:
Exception
-
testNoSecurityParametersContext
public void testNoSecurityParametersContext() throws Exception- Throws:
Exception
-
testNoSignatureSigningParameters
public void testNoSignatureSigningParameters() throws Exception- Throws:
Exception
-
-