| Package | Description |
|---|---|
| com.sun.enterprise.security.web | |
| com.sun.enterprise.web | |
| com.sun.enterprise.web.connector.coyote | |
| com.sun.enterprise.web.pwc | |
| com.sun.web.security | |
| com.sun.web.security.realmadapter | |
| 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.loader | |
| org.apache.catalina.logger | |
| 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.startup | |
| 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.glassfish.web.ha.authenticator | |
| org.glassfish.web.ha.session.management |
| Modifier and Type | Class and Description |
|---|---|
class |
GlassFishSingleSignOn
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdHocWebModule |
class |
ContextFacade
Facade object which masks the internal
Context
object from the web application. |
class |
EmbeddedWebContainer
Represents an embedded Catalina web container within the Application Server.
|
class |
PEAccessLogValve
Implementation of the Valve interface that generates a web server
access log with the detailed line contents matching a configurable pattern.
|
class |
PEVirtualServer
Standard implementation of a virtual server (aka virtual host) in
the iPlanet Application Server.
|
class |
VirtualServer
Standard implementation of a virtual server (aka virtual host) in the Payara Server.
|
class |
VirtualServerPipeline
Pipeline associated with a virtual server.
|
class |
WebConnector
A CoyoteConnector subclass which "wraps around" an existing Grizzly
SelectorThread that is being started and stopped outside of the lifecycle
of this CoyoteConnector subclass (the SelectorThread is started and
stopped as part of the GrizzlyAdapter lifecycle).
|
class |
WebModule
Class representing a web module for use by the Application Server.
|
class |
WebPipeline
Pipeline whose invoke logic checks if a given request path represents
an ad-hoc path: If so, this pipeline delegates the request to the
ad-hoc pipeline of its associated web module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PECoyoteConnector |
| Modifier and Type | Class and Description |
|---|---|
class |
PwcWebModule
Class representing a web module (servlet context).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RealmAdapter
This is the realm adapter used to authenticate users and authorize access to web resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatorProxy |
| 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 propagated 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 |
WebappLoader
Classloader implementation which is specialized for handling web
applications in the most efficient way, while being Catalina aware (all
accesses to resources are made through the DirContext interface).
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileLogger
Implementation of Logger that appends log messages to a file
named {prefix}.{date}.{suffix} in a configured directory, with an
optional preceding timestamp.
|
class |
LoggerBase
Convenience base class for Logger implementations.
|
class |
SystemErrLogger
Simple implementation of Logger that writes to System.err.
|
class |
SystemOutLogger
Simple implementation of Logger that writes to System.out.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAASRealm
Implementation of Realm that authenticates users via the Java
Authentication and Authorization Service (JAAS).
|
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 |
CookiePersistentManager
Session manager for cookie-based persistence, where cookies carry session state.
|
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 only for 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Catalina
Startup/Shutdown shell program for Catalina.
|
class |
Embedded
Convenience class to embed a Catalina servlet container environment
inside another application.
|
| 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 |
ErrorReportValve
Implementation of a Valve that outputs HTML error pages.
|
class |
ExtendedAccessLogValve
An implementation of the W3c Extended Log File Format.
|
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 |
PersistentValve
Valve that implements the default basic behavior for the
StandardHost container implementation. |
class |
RemoteAddrValve
Concrete implementation of
RequestFilterValve that filters
based on the string representation of the remote client's IP address. |
class |
RemoteHostValve
Concrete implementation of
RequestFilterValve that filters
based on the remote client's host name. |
class |
RequestDumperValve
Implementation of a Valve that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing).
|
class |
RequestFilterValve
Implementation of a Valve that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against a set of regular
expressions configured for this Valve.
|
class |
ValveBase
Convenience base class for implementations of the Valve interface.
|
class |
WebdavFixValve
Valve that attempts to force MS WebDAV clients connecting on port 80 to use
a WebDAV client that actually works.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HASingleSignOn |
| Modifier and Type | Class and Description |
|---|---|
class |
HASessionStoreValve |
class |
HAStoreBase |
class |
ReplicationAttributeStore |
class |
ReplicationManagerBase<T extends org.glassfish.ha.store.api.Storeable> |
class |
ReplicationStore |
class |
ReplicationWebEventPersistentManager<T extends org.glassfish.ha.store.api.Storeable> |
Copyright © 2019. All rights reserved.