Package org.jboss.test.web.servlets

Class Summary
APIServlet (src) A servlet that tests use of various servlet API calls that can be affected by the web container integration layer.
ClasspathServlet (src) A servlet that accesses classes in WEB-INF/classes using Class.forName during its initialization.
ClientLoginServlet (src) A servlet that performs a JAAS login to access a secure EJB.
DebugServlet (src) A servlet that dumps out debugging information about its environment.
EJBOnStartupServlet (src) A servlet that accesses an EJB inside its init and destroy methods to test web component startup ordering with respect to ebj components.
EJBServlet (src) A servlet that accesses an EJB and tests whether the call argument is serialized.
ENCServlet (src) Tests of the server ENC naming context
EntityServlet (src) A servlet that accesses an entity EJB
IncludeServlet (src)  
LogoutServlet (src) A servlet that logs out a user by invalidating any current session and then redirects the user to the welcome page.
SecuredPostServlet (src) A secured servlet which is the target of a post from an unsecured servlet.
SecureEJBServlet (src)  
SecureEJBServletMT (src) A servlet that spawns a thread to perform a long running task that interacts with a secure EJB.
SecureServlet (src) A servlet that is secured by the web.xml descriptor.
SpeedServlet (src) A servlet that accesses an EJB and tests the speed of optimized versus non-optimized invocations.
StatefulSessionServlet (src) A servlet that accesses a stateful session EJB and stores a handle in the session context to test retrieval of the session from the handle.
SubjectFilter (src)  
SubjectServlet (src)  
TestSessionListener (src) A test HttpSessionListener that tracks which sessions have seen create/destory events.
UnsecureEJBServlet (src) A servlet deployed under an unrestricted path that invokes the method specified as a parameter on a secured EJB.
UnsecureRunAsServlet (src) A servlet deployed under an unrestricted path that invokes the checkRunAs method on a secured RunAsTargetLocal EJB.
UserInRoleServlet (src) A servlet that calls isUserInRole for every role name defined in the expectedUserRoles init parameter and validates that each role is assigned to the user.
UserTransactionServlet (src) A servlet that tests UserTransaction support.