|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
org.jboss.test.JBossTestCase (src)
org.jboss.test.web.test.FormAuthUnitTestCase
Tests of form authentication
Field Summary |
Fields inherited from class org.jboss.test.JBossTestCase (src) |
delegate, deploymentException, log |
Constructor Summary | |
FormAuthUnitTestCase(java.lang.String name)
|
Method Summary | |
void |
doSecureGet(java.lang.String path)
|
void |
doSecureGetWithLogin(java.lang.String path)
|
static Test |
suite()
One time setup for all SingleSignOnUnitTestCase unit tests |
void |
testFlushOnSessionInvalidation()
Test that the war which uses |
void |
testFormAuth()
Test form authentication of a secured servlet |
void |
testFormAuthSubject()
Test form authentication of a secured servlet and validate that there is a SecurityAssociation setting Subject. |
void |
testPostDataFormAuth()
Test that a post from an unsecured form to a secured servlet does not loose its data during the redirct to the form login. |
Methods inherited from class org.jboss.test.JBossTestCase (src) |
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FormAuthUnitTestCase(java.lang.String name)
Method Detail |
public void testFormAuth() throws java.lang.Exception
java.lang.Exception
public void testFormAuthSubject() throws java.lang.Exception
java.lang.Exception
public void testPostDataFormAuth() throws java.lang.Exception
java.lang.Exception
public void testFlushOnSessionInvalidation() throws java.lang.Exception
java.lang.Exception
public void doSecureGetWithLogin(java.lang.String path) throws java.lang.Exception
java.lang.Exception
public void doSecureGet(java.lang.String path) throws java.lang.Exception
java.lang.Exception
public static Test suite() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |