Package org.glite.authz.common.http

This package contains base classes for working with an embedded Jetty server and creating HttpServlet objects.

See:
          Description

Class Summary
AbstractAdminCommand Base class for administration commands which may be registered with a JettyAdminService.
BaseHttpServlet A base class for Servlets within the authorization service.
JettyAdminService A Jetty instance that listens on a give port for command requests.
JettyAdminServiceCLI A command line tool used to communicate with JettyAdminService.
JettyRunThread A thread that spawns a Jetty Server instance.
JettyShutdownTask A command that shuts down a Jetty Server if it's currently running.
JettySslSelectChannelConnector Any extension to the basic Jetty SSL connection handler that allows a pre-instantiated key and trust manager to be used when create new SSL connections.
NoTrustTrustManager A trust manager that does no trust evaluation.
PasswordProtectFilter A simple filter that password protects a request.
ServiceMetricsServlet Service metrics servlet -> /status
ShutdownCommand Commands used to issue a set of tasks to be executed when a service is shut down.
StatusCommand A command that prints out ServiceMetrics.
TimerShutdownTask A task that shuts down a Timer.
 

Package org.glite.authz.common.http Description

This package contains base classes for working with an embedded Jetty server and creating HttpServlet objects.



Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.