Class SAMLAddAttributeConsumingServiceHandleTest
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.saml.common.binding.impl.SAMLAddAttributeConsumingServiceHandleTest
-
public class SAMLAddAttributeConsumingServiceHandleTest extends XMLObjectBaseTestCase
test forSAMLAddAttributeConsumingServiceHandler.
-
-
Field Summary
Fields Modifier and Type Field Description private SPSSODescriptornoACSprivate SPSSODescriptorwithACS-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description SAMLAddAttributeConsumingServiceHandleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthnBadIndex()voidauthnNoACS()voidauthnNoIndex()voidauthnWithIndex()voidclassSetUp()private SAMLMetadataContextgetMetadataContext(MessageContext message)private SAMLAddAttributeConsumingServiceHandlerhandler()voidnavigate()voidnoAuthn()voidnoMetadataDataContext()voidnoSPSSODesc()-
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
-
withACS
private SPSSODescriptor withACS
-
noACS
private SPSSODescriptor noACS
-
-
Method Detail
-
getMetadataContext
private SAMLMetadataContext getMetadataContext(MessageContext message)
-
handler
private SAMLAddAttributeConsumingServiceHandler handler() throws ComponentInitializationException
- Throws:
ComponentInitializationException
-
classSetUp
@BeforeClass public void classSetUp() throws ComponentInitializationException- Throws:
ComponentInitializationException
-
noMetadataDataContext
public void noMetadataDataContext() throws MessageHandlerException, ComponentInitializationException
-
noSPSSODesc
public void noSPSSODesc() throws MessageHandlerException, ComponentInitializationException
-
authnNoIndex
public void authnNoIndex() throws MessageHandlerException, ComponentInitializationException
-
authnWithIndex
public void authnWithIndex() throws MessageHandlerException, ComponentInitializationException
-
authnBadIndex
public void authnBadIndex() throws MessageHandlerException, ComponentInitializationException
-
authnNoACS
public void authnNoACS() throws MessageHandlerException, ComponentInitializationException
-
noAuthn
public void noAuthn() throws MessageHandlerException, ComponentInitializationException
-
navigate
public void navigate() throws MessageHandlerException, ComponentInitializationException
-
-