Package org.apache.wss4j.dom.saml
Class SamlAuthnTest
- java.lang.Object
- 
- org.apache.wss4j.dom.saml.SamlAuthnTest
 
- 
 public class SamlAuthnTest extends Object Some tests for SAML Authentication Assertions
- 
- 
Constructor SummaryConstructors Constructor Description SamlAuthnTest()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestSAML1AuthnAssertion()voidtestSAML1FutureAuthnInstant()voidtestSAML1InvalidSubjectLocality()voidtestSAML1ValidSubjectLocality()voidtestSAML2AuthnAssertion()voidtestSAML2FutureAuthnInstant()voidtestSAML2InalidSubjectLocality()voidtestSAML2StaleSessionNotOnOrAfter()voidtestSAML2ValidSubjectLocality()
 
- 
- 
- 
Method Detail- 
testSAML1AuthnAssertion@Test public void testSAML1AuthnAssertion() throws Exception- Throws:
- Exception
 
 - 
testSAML2AuthnAssertion@Test public void testSAML2AuthnAssertion() throws Exception- Throws:
- Exception
 
 - 
testSAML1FutureAuthnInstant@Test public void testSAML1FutureAuthnInstant() throws Exception- Throws:
- Exception
 
 - 
testSAML2FutureAuthnInstant@Test public void testSAML2FutureAuthnInstant() throws Exception- Throws:
- Exception
 
 - 
testSAML2StaleSessionNotOnOrAfter@Test public void testSAML2StaleSessionNotOnOrAfter() throws Exception- Throws:
- Exception
 
 - 
testSAML1ValidSubjectLocality@Test public void testSAML1ValidSubjectLocality() throws Exception- Throws:
- Exception
 
 - 
testSAML2ValidSubjectLocality@Test public void testSAML2ValidSubjectLocality() throws Exception- Throws:
- Exception
 
 - 
testSAML1InvalidSubjectLocality@Test public void testSAML1InvalidSubjectLocality() throws Exception- Throws:
- Exception
 
 
- 
 
-