| org.jboss.test.web.security.CustomHeaderAuthTestCase
CustomHeaderAuthTestCase | public class CustomHeaderAuthTestCase extends JBossTestCase (Code) | | JBAS-2283: Custom Header based authentication
author: Anil Saldhana since: Sep 11, 2006 version: $Revision$ |
CustomHeaderAuthTestCase | public CustomHeaderAuthTestCase(String name)(Code) | | |
suite | public static Test suite() throws Exception(Code) | | One time setup for all SingleSignOnUnitTestCase unit tests
|
testCustomHeaderBaseAuth | public void testCustomHeaderBaseAuth() throws Exception(Code) | | Test usecases where the userid is sent via header and the
session key is used as the password. To simplify testing,
we pass a password as part of the session key. In reality,
there needs to be a login module that can take the username
and session key and validate.
throws: Exception - |
testRegularFormAuth | public void testRegularFormAuth() throws Exception(Code) | | Ensure that in the absence of headers, there is regular
form based authentication
throws: Exception - |
|
|