public class SAML2AuthnRequestsSignedSecurityHandlerTest
extends org.opensaml.core.xml.XMLObjectBaseTestCase
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler |
handler |
private String |
issuer |
private org.opensaml.messaging.context.MessageContext<org.opensaml.saml.common.SAMLObject> |
messageContext |
private org.opensaml.saml.saml2.metadata.SPSSODescriptor |
spssoDescriptor |
| Constructor and Description |
|---|
SAML2AuthnRequestsSignedSecurityHandlerTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setUp() |
void |
testNotSignedAndNotRequired()
Test message not signed, signing not required.
|
void |
testNotSignedAndRequired()
Test message not signed, signing required.
|
void |
testSignedAndNotRequired()
Test message XML signed, signing not required.
|
void |
testSignedAndRequired()
Test message XML signed, signing required.
|
void |
testSimpleSignedAndRequired()
Test message simple signed, signing not required.
|
assertXMLEquals, assertXMLEquals, buildXMLObject, fetchDuration, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElementprivate org.opensaml.saml.saml2.binding.security.impl.SAML2AuthnRequestsSignedSecurityHandler handler
private org.opensaml.messaging.context.MessageContext<org.opensaml.saml.common.SAMLObject> messageContext
private final String issuer
private org.opensaml.saml.saml2.metadata.SPSSODescriptor spssoDescriptor
public SAML2AuthnRequestsSignedSecurityHandlerTest()
public void testNotSignedAndNotRequired()
throws org.opensaml.messaging.handler.MessageHandlerException
org.opensaml.messaging.handler.MessageHandlerExceptionpublic void testNotSignedAndRequired()
throws org.opensaml.messaging.handler.MessageHandlerException
org.opensaml.messaging.handler.MessageHandlerExceptionpublic void testSignedAndNotRequired()
throws org.opensaml.messaging.handler.MessageHandlerException
org.opensaml.messaging.handler.MessageHandlerExceptionpublic void testSignedAndRequired()
throws org.opensaml.messaging.handler.MessageHandlerException
org.opensaml.messaging.handler.MessageHandlerExceptionpublic void testSimpleSignedAndRequired()
throws org.opensaml.messaging.handler.MessageHandlerException
org.opensaml.messaging.handler.MessageHandlerExceptionCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.