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.core | |
org.apache.catalina.deploy |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml ). |
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.startup |
Class and Description |
---|
ApplicationParameter
Representation of a context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
|
ErrorPage
Representation of an error page element for a web application,
as represented in a
<error-page> element in the
deployment descriptor. |
FilterDef
Representation of a filter definition for a web application, as represented
in a
<filter> element in the deployment descriptor. |
FilterMap
Representation of a filter mapping for a web application, as represented
in a
<filter-mapping> element in the deployment
descriptor. |
JspPropertyGroup |
LoginConfig
Representation of a login configuration element for a web application,
as represented in a
<login-config> element in the
deployment descriptor. |
Multipart |
SecurityConstraint
Representation of a security constraint element for a web application,
as represented in a
<security-constraint> element in the
deployment descriptor. |
SessionCookie |
Class and Description |
---|
LoginConfig
Representation of a login configuration element for a web application,
as represented in a
<login-config> element in the
deployment descriptor. |
Class and Description |
---|
ApplicationParameter
Representation of a context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
|
ErrorPage
Representation of an error page element for a web application,
as represented in a
<error-page> element in the
deployment descriptor. |
FilterDef
Representation of a filter definition for a web application, as represented
in a
<filter> element in the deployment descriptor. |
FilterMap
Representation of a filter mapping for a web application, as represented
in a
<filter-mapping> element in the deployment
descriptor. |
JspPropertyGroup |
LoginConfig
Representation of a login configuration element for a web application,
as represented in a
<login-config> element in the
deployment descriptor. |
Multipart |
SecurityConstraint
Representation of a security constraint element for a web application,
as represented in a
<security-constraint> element in the
deployment descriptor. |
SessionCookie |
Class and Description |
---|
SecurityCollection
Representation of a web resource collection for a web application's security
constraint, as represented in a
<web-resource-collection>
element in the deployment descriptor. |
Class and Description |
---|
SecurityConstraint
Representation of a security constraint element for a web application,
as represented in a
<security-constraint> element in the
deployment descriptor. |
Class and Description |
---|
LoginConfig
Representation of a login configuration element for a web application,
as represented in a
<login-config> element in the
deployment descriptor. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.