Uses of Interface
org.apache.catalina.Lifecycle
-
Packages that use Lifecycle 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 containsAuthenticatorimplementations 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 containsRealmimplementations for the various supported realm technologies for authenticating users and identifying their associated roles.org.apache.catalina.session This package contains the standardManagerandSessionimplementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with aContext.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 -
-
Uses of Lifecycle in com.sun.enterprise.security.web
Classes in com.sun.enterprise.security.web that implement Lifecycle Modifier and Type Class Description classGlassFishSingleSignOnA 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. -
Uses of Lifecycle in com.sun.enterprise.web
Classes in com.sun.enterprise.web that implement Lifecycle Modifier and Type Class Description classAdHocWebModuleclassContextFacadeFacade object which masks the internalContextobject from the web application.classEmbeddedWebContainerRepresents an embedded Catalina web container within the Application Server.classPEAccessLogValveImplementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.classPEVirtualServerStandard implementation of a virtual server (aka virtual host) in the iPlanet Application Server.classVirtualServerStandard implementation of a virtual server (aka virtual host) in the Payara Server.classVirtualServerPipelinePipeline associated with a virtual server.classWebConnectorA 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).classWebModuleClass representing a web module for use by the Application Server.classWebPipelinePipeline 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. -
Uses of Lifecycle in com.sun.enterprise.web.connector.coyote
Classes in com.sun.enterprise.web.connector.coyote that implement Lifecycle Modifier and Type Class Description classPECoyoteConnector -
Uses of Lifecycle in com.sun.enterprise.web.pwc
Classes in com.sun.enterprise.web.pwc that implement Lifecycle Modifier and Type Class Description classPwcWebModuleClass representing a web module (servlet context). -
Uses of Lifecycle in com.sun.web.security
Classes in com.sun.web.security that implement Lifecycle Modifier and Type Class Description classRealmAdapterThis is the realm adapter used to authenticate users and authorize access to web resources. -
Uses of Lifecycle in com.sun.web.security.realmadapter
Classes in com.sun.web.security.realmadapter that implement Lifecycle Modifier and Type Class Description classAuthenticatorProxy -
Uses of Lifecycle in org.apache.catalina
Methods in org.apache.catalina that return Lifecycle Modifier and Type Method Description LifecycleLifecycleEvent. getLifecycle()Return the Lifecycle on which this event occurred.Constructors in org.apache.catalina with parameters of type Lifecycle Constructor 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. -
Uses of Lifecycle in org.apache.catalina.authenticator
Classes in org.apache.catalina.authenticator that implement Lifecycle Modifier and Type Class Description classAuthenticatorBaseBasic implementation of the Valve interface that enforces the<security-constraint>elements in the web application deployment descriptor.classBasicAuthenticatorAn Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."classDigestAuthenticatorAn Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).classFormAuthenticatorAn Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.classNonLoginAuthenticatorAn Authenticator and Valve implementation that checks only security constraints not involving user authentication.classSingleSignOnA 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.classSSLAuthenticatorAn Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users. -
Uses of Lifecycle in org.apache.catalina.connector
Classes in org.apache.catalina.connector that implement Lifecycle Modifier and Type Class Description classConnectorImplementation of a Coyote connector for Tomcat 5.x. -
Uses of Lifecycle in org.apache.catalina.core
Classes in org.apache.catalina.core that implement Lifecycle Modifier and Type Class Description classContainerBaseAbstract implementation of the Container interface, providing common functionality required by nearly every implementation.classStandardContextStandard implementation of the Context interface.classStandardEngineStandard implementation of the Engine interface.classStandardHostStandard implementation of the Host interface.classStandardPipelineStandard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.classStandardServerStandard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.classStandardServiceStandard implementation of theServiceinterface.classStandardWrapperStandard implementation of the Wrapper interface that represents an individual servlet definition. -
Uses of Lifecycle in org.apache.catalina.loader
Classes in org.apache.catalina.loader that implement Lifecycle Modifier and Type Class Description classWebappLoaderClassloader 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). -
Uses of Lifecycle in org.apache.catalina.logger
Classes in org.apache.catalina.logger that implement Lifecycle Modifier and Type Class Description classFileLoggerImplementation of Logger that appends log messages to a file named {prefix}.{date}.{suffix} in a configured directory, with an optional preceding timestamp.classLoggerBaseConvenience base class for Logger implementations.classSystemErrLoggerSimple implementation of Logger that writes to System.err.classSystemOutLoggerSimple implementation of Logger that writes to System.out. -
Uses of Lifecycle in org.apache.catalina.realm
Classes in org.apache.catalina.realm that implement Lifecycle Modifier and Type Class Description classJAASRealmImplementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).classRealmBaseSimple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles. -
Uses of Lifecycle in org.apache.catalina.session
Classes in org.apache.catalina.session that implement Lifecycle Modifier and Type Class Description classCookiePersistentManagerSession manager for cookie-based persistence, where cookies carry session state.classFileStoreConcrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.classJDBCStoreImplementation of theStoreinterface that stores serialized session objects in a database.classPersistentManagerImplementation of the Manager interface that makes use of a Store to swap active Sessions to disk.classPersistentManagerBaseExtends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if only for restarts.classStandardManagerStandard 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.classStoreBaseAbstract implementation of the Store interface to support most of the functionality required by a Store. -
Uses of Lifecycle in org.apache.catalina.startup
Classes in org.apache.catalina.startup that implement Lifecycle Modifier and Type Class Description classCatalinaStartup/Shutdown shell program for Catalina.classEmbeddedConvenience class to embed a Catalina servlet container environment inside another application. -
Uses of Lifecycle in org.apache.catalina.util
Constructors in org.apache.catalina.util with parameters of type Lifecycle Constructor Description LifecycleSupport(Lifecycle lifecycle)Construct a new LifecycleSupport object associated with the specified Lifecycle component. -
Uses of Lifecycle in org.apache.catalina.valves
Classes in org.apache.catalina.valves that implement Lifecycle Modifier and Type Class Description classAccessLogValveImplementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.classErrorReportValveImplementation of a Valve that outputs HTML error pages.classExtendedAccessLogValveAn implementation of the W3c Extended Log File Format.classJDBCAccessLogValveThis Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.classPersistentValveValve that implements the default basic behavior for theStandardHostcontainer implementation.classRemoteAddrValveConcrete implementation ofRequestFilterValvethat filters based on the string representation of the remote client's IP address.classRemoteHostValveConcrete implementation ofRequestFilterValvethat filters based on the remote client's host name.classRequestDumperValveImplementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).classRequestFilterValveImplementation 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.classValveBaseConvenience base class for implementations of the Valve interface.classWebdavFixValveValve that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works. -
Uses of Lifecycle in org.glassfish.web.ha.authenticator
Classes in org.glassfish.web.ha.authenticator that implement Lifecycle Modifier and Type Class Description classHASingleSignOn -
Uses of Lifecycle in org.glassfish.web.ha.session.management
Classes in org.glassfish.web.ha.session.management that implement Lifecycle Modifier and Type Class Description classHASessionStoreValveclassHAStoreBaseclassReplicationAttributeStoreclassReplicationManagerBase<T extends org.glassfish.ha.store.api.Storeable>classReplicationStoreclassReplicationWebEventPersistentManager<T extends org.glassfish.ha.store.api.Storeable>
-