Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.authenticator |
This package contains
Authenticator implementations for the
various supported authentication methods (BASIC, DIGEST, and FORM). |
org.apache.catalina.connector | |
org.apache.catalina.core | |
org.apache.catalina.realm |
This package contains
Realm implementations for the
various supported realm technologies for authenticating users and
identifying their associated roles. |
org.apache.catalina.session |
This package contains the standard
Manager and
Session implementations that represent the collection of
active sessions and the individual sessions themselves, respectively,
that are associated with a Context . |
org.apache.catalina.util | |
org.apache.catalina.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
org.jboss.web.rewrite |
Modifier and Type | Interface and Description |
---|---|
interface |
Executor |
Modifier and Type | Method and Description |
---|---|
Lifecycle |
LifecycleEvent.getLifecycle()
Return the Lifecycle on which this event occurred.
|
Constructor and Description |
---|
LifecycleEvent(Lifecycle lifecycle,
String type)
Construct a new LifecycleEvent with the specified parameters.
|
LifecycleEvent(Lifecycle lifecycle,
String type,
Object data)
Construct a new LifecycleEvent with the specified parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorBase
Basic implementation of the Valve interface that enforces the
<security-constraint> elements in the web application
deployment descriptor. |
class |
BasicAuthenticator
An Authenticator and Valve implementation of HTTP BASIC
Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic
and Digest Access Authentication."
|
class |
DigestAuthenticator
An Authenticator and Valve implementation of HTTP DIGEST
Authentication (see RFC 2069).
|
class |
FormAuthenticator
An Authenticator and Valve implementation of FORM BASED
Authentication, as described in the Servlet API Specification, Version 2.2.
|
class |
NonLoginAuthenticator
An Authenticator and Valve implementation that checks
only security constraints not involving user authentication.
|
class |
SingleSignOn
A Valve that supports a "single sign on" user experience,
where the security identity of a user who successfully authenticates to one
web application is propogated to other web applications in the same
security domain.
|
class |
SSLAuthenticator
An Authenticator and Valve implementation of authentication
that utilizes SSL certificates to identify client users.
|
Modifier and Type | Class and Description |
---|---|
class |
Connector
Implementation of a Coyote connector for Tomcat 5.x.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerBase
Abstract implementation of the Container interface, providing common
functionality required by nearly every implementation.
|
class |
StandardContext
Standard implementation of the Context interface.
|
class |
StandardEngine
Standard implementation of the Engine interface.
|
class |
StandardHost
Standard implementation of the Host interface.
|
class |
StandardPipeline
Standard implementation of a processing Pipeline that will invoke
a series of Valves that have been configured to be called in order.
|
class |
StandardServer
Standard implementation of the Server interface, available for use
(but not required) when deploying and starting Catalina.
|
class |
StandardService
Standard implementation of the
Service interface. |
class |
StandardWrapper
Standard implementation of the Wrapper interface that represents
an individual servlet definition.
|
Modifier and Type | Class and Description |
---|---|
class |
RealmBase
Simple implementation of Realm that reads an XML file to configure
the valid users, passwords, and roles.
|
Modifier and Type | Class and Description |
---|---|
class |
FileStore
Concrete implementation of the Store interface that utilizes
a file per saved Session in a configured directory.
|
class |
JDBCStore
Implementation of the
Store interface that stores
serialized session objects in a database. |
class |
PersistentManager
Implementation of the Manager interface that makes use of
a Store to swap active Sessions to disk.
|
class |
PersistentManagerBase
Extends the ManagerBase class to implement most of the
functionality required by a Manager which supports any kind of
persistence, even if onlyfor restarts.
|
class |
StandardManager
Standard implementation of the Manager interface that provides
simple session persistence across restarts of this component (such as
when the entire server is shut down and restarted, or when a particular
web application is reloaded.
|
class |
StoreBase
Abstract implementation of the Store interface to
support most of the functionality required by a Store.
|
Constructor and Description |
---|
LifecycleSupport(Lifecycle lifecycle)
Construct a new LifecycleSupport object associated with the specified
Lifecycle component.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessLogValve
Implementation of the Valve interface that generates a web server
access log with the detailed line contents matching a configurable pattern.
|
class |
CometConnectionManagerValve
Deprecated.
Replaced by EventOrAsyncConnectionManagerValve
|
class |
CrawlerSessionManagerValve
Web crawlers can trigger the creation of many thousands of sessions as they
crawl a site which may result in significant memory consumption.
|
class |
EventOrAsyncConnectionManagerValve
Implementation of a Valve that tracks Comet connections, and closes them
when the associated session expires or the webapp is reloaded.
|
class |
ExtendedAccessLogValve
An implementation of the W3c Extended Log File Format.
|
class |
FastCommonAccessLogValve
Deprecated.
|
class |
JDBCAccessLogValve
This Tomcat extension logs server access directly to a database, and can
be used instead of the regular file-based access log implemented in
AccessLogValve.
|
class |
SemaphoreValve
Implementation of a Valve that limits concurrency.
|
Modifier and Type | Class and Description |
---|---|
class |
RewriteValve |
Copyright © 2018 JBoss by Red Hat. All rights reserved.