| org.apache.geronimo.tomcat.AbstractWebModuleTest org.apache.geronimo.tomcat.JACCSecurityTest
JACCSecurityTest | public class JACCSecurityTest extends AbstractWebModuleTest (Code) | | Tests the JACC security for Tomcat
version: $Revision: 546336 $ $Date: 2007-06-11 17:47:54 -0700 (Mon, 11 Jun 2007) $ |
testExplicitMapping | public void testExplicitMapping() throws Exception(Code) | | Test the explicit map feature. Only Alan should be able to log in.
throws: Exception - thrown if an error in the test occurs |
Methods inherited from org.apache.geronimo.tomcat.AbstractWebModuleTest | protected void init(String realmClass) throws Exception(Code)(Java Doc) protected TomcatWebAppContext setUpInsecureAppContext(URI relativeWebAppRoot, URL configurationBaseURL, SecurityHolder securityHolder, RunAsSource runAsSource, ObjectRetriever tomcatRealm, ValveGBean valveChain) throws Exception(Code)(Java Doc) protected TomcatWebAppContext setUpSecureAppContext(Map roleDesignates, Map principalRoleMap, ComponentPermissions componentPermissions, RealmGBean realm, SecurityHolder securityHolder, CredentialStore credentialStore) throws Exception(Code)(Java Doc) protected void setUpSecurity() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) protected void tearDownSecurity() throws Exception(Code)(Java Doc)
|
|
|