Package org.jboss.as.test.integration.security.common.servlets
package org.jboss.as.test.integration.security.common.servlets
-
ClassesClassDescriptionServlet which makes a simple test on the given datasource ("ExampleDS" by default, use "datasource" request parameter to change the tested datasource).A servlet which reports the name of the callers principal.This servlet prints value of an request/session attribute.Servlet, which prints value of system property.A RolePrintingServlet gets list of role names as (GET) request parameters and returns a comma separated sublist of such role names for which
HttpServletRequest.isUserInRole(String)returnstrue.Protected version ofSimpleServlet.A simple servlet that just writes back a string.