Package org.apache.wss4j.stax.test
Class ConfigurationConverterTest
- java.lang.Object
 - 
- org.apache.wss4j.stax.test.AbstractTestBase
 - 
- org.apache.wss4j.stax.test.ConfigurationConverterTest
 
 
 
- 
public class ConfigurationConverterTest extends AbstractTestBase
Some tests for the ConfigurationConverter utility 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.apache.wss4j.stax.test.AbstractTestBase
AbstractTestBase.TestSecurityEventListener 
 - 
 
- 
Field Summary
- 
Fields inherited from class org.apache.wss4j.stax.test.AbstractTestBase
documentBuilderFactory, SECURED_DOCUMENT, TRANSFORMER_FACTORY, xmlInputFactory 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ConfigurationConverterTest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestInboundEncryptionConfiguration()voidtestInboundEncryptionConfigurationOldConfigTag()voidtestInboundSignatureConfiguration()voidtestOutboundEncryptionConfiguration()voidtestOutboundEncryptionConfigurationOldConfigTag()voidtestOutboundSignatureConfiguration()voidtestSAMLConfiguration()voidtestTimestampConfiguration()voidtestUsernameTokenConfiguration()- 
Methods inherited from class org.apache.wss4j.stax.test.AbstractTestBase
doInboundSecurity, doInboundSecurity, doInboundSecurity, doInboundSecurity, doInboundSecurity, doInboundSecurity, doInboundSecurityWithWSS4J, doInboundSecurityWithWSS4J_1, doInboundSecurityWithWSS4J_1, doOutboundSecurity, doOutboundSecurity, doOutboundSecurityWithWSS4J, doOutboundSecurityWithWSS4J_1, getJavaSpecificationVersion, getMessageContext, getXPath 
 - 
 
 - 
 
- 
- 
Method Detail
- 
testUsernameTokenConfiguration
@Test public void testUsernameTokenConfiguration() throws Exception- Throws:
 Exception
 
- 
testOutboundSignatureConfiguration
@Test public void testOutboundSignatureConfiguration() throws Exception- Throws:
 Exception
 
- 
testInboundSignatureConfiguration
@Test public void testInboundSignatureConfiguration() throws Exception- Throws:
 Exception
 
- 
testOutboundEncryptionConfiguration
@Test public void testOutboundEncryptionConfiguration() throws Exception- Throws:
 Exception
 
- 
testOutboundEncryptionConfigurationOldConfigTag
@Test public void testOutboundEncryptionConfigurationOldConfigTag() throws Exception- Throws:
 Exception
 
- 
testInboundEncryptionConfiguration
@Test public void testInboundEncryptionConfiguration() throws Exception- Throws:
 Exception
 
- 
testInboundEncryptionConfigurationOldConfigTag
@Test public void testInboundEncryptionConfigurationOldConfigTag() throws Exception- Throws:
 Exception
 
 - 
 
 -