Package | Description |
---|---|
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.valves |
This package contains a variety of small Valve implementations that do
not warrant being packaged separately.
|
org.jboss.web.rewrite |
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
AuthenticatorBase.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
SingleSignOn.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
Connector.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
ContainerBase.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
StandardPipeline.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
RealmBase.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
PersistentManagerBase.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
StandardManager.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
StoreBase.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
EventOrAsyncConnectionManagerValve.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
AccessLogValve.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
SemaphoreValve.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
CrawlerSessionManagerValve.lifecycle
The lifecycle event support for this component.
|
protected LifecycleSupport |
JDBCAccessLogValve.lifecycle
The lifecycle event support for this component.
|
Modifier and Type | Field and Description |
---|---|
protected LifecycleSupport |
RewriteValve.lifecycle
The lifecycle event support for this component.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.