Class EndpointURLSchemeSecurityHandlerTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.binding.security.impl.EndpointURLSchemeSecurityHandlerTest
-
public class EndpointURLSchemeSecurityHandlerTest extends XMLObjectBaseTestCase
Test the security handler which evaluates message context endpoint URL schemes.
-
-
Field Summary
-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description EndpointURLSchemeSecurityHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestInvalidRequestLocation()voidtestInvalidResponseLocation()voidtestValidRequestLocation()voidtestValidResponseLocation()-
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
-
-
-
-
Method Detail
-
testValidRequestLocation
public void testValidRequestLocation() throws MessageHandlerException- Throws:
MessageHandlerException
-
testValidResponseLocation
public void testValidResponseLocation() throws MessageHandlerException- Throws:
MessageHandlerException
-
testInvalidRequestLocation
public void testInvalidRequestLocation() throws MessageHandlerException- Throws:
MessageHandlerException
-
testInvalidResponseLocation
public void testInvalidResponseLocation() throws MessageHandlerException- Throws:
MessageHandlerException
-
-