Serialized Form
- 
Package org.apache.catalina- 
Class org.apache.catalina.ContainerEventclass ContainerEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.LifecycleEventclass LifecycleEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.catalina.LifecycleExceptionclass LifecycleException extends Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.SessionEventclass SessionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.authenticator- 
Class org.apache.catalina.authenticator.SavedRequestclass SavedRequest extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bodyByteChunk body The body of this request.
- 
contentTypeString contentType The content type of the request, used if this is a POST.
- 
cookiesList<Cookie> cookies The set of Cookies associated with this Request.
- 
decodedRequestURIString decodedRequestURI The decode request URI associated with this Request. Path parameters are also excluded
- 
headersMap<String, List<String>> headers The set of Headers associated with this Request. Each key is a header name, while the value is a List containing one or more actual values for this header. The values are returned as an Iterator when you ask for them.
- 
localesList<Locale> locales The set of Locales associated with this Request.
- 
methodString method The request method used on this Request.
- 
originalMaxInactiveIntervalint originalMaxInactiveInterval The original maxInactiveInterval for the session.
- 
queryStringString queryString The query string associated with this Request.
- 
requestURIString requestURI The request URI associated with this Request.
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnEntryclass SingleSignOnEntry extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- IOException
- ClassNotFoundException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
authTypeString authType 
- 
canReauthenticateboolean canReauthenticate 
- 
passwordString password 
- 
sessionKeysMap<SingleSignOnSessionKey, SingleSignOnSessionKey> sessionKeys 
- 
usernameString username 
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnListenerclass SingleSignOnListener extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
ssoIdString ssoId 
 
- 
 
- 
Class org.apache.catalina.authenticator.SingleSignOnSessionKeyclass SingleSignOnSessionKey extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.connector- 
Exception org.apache.catalina.connector.ClientAbortExceptionclass ClientAbortException extends BadRequestException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.connector.CoyotePrincipalclass CoyotePrincipal extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
nameString name The username of the user represented by this Principal.
 
- 
 
 
- 
- 
Package org.apache.catalina.core- 
Class org.apache.catalina.core.ApplicationFilterConfigclass ApplicationFilterConfig extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
 
- 
- 
Serialized Fields- 
filterDefFilterDef filterDef TheFilterDefthat defines our associated Filter.
- 
onameObjectName oname JMX registration name
 
- 
 
 
- 
- 
Package org.apache.catalina.deploy- 
Class org.apache.catalina.deploy.NamingResourcesImplclass NamingResourcesImpl extends LifecycleMBeanBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
containerObject container Associated container object.
- 
ejbsMap<String, ContextEjb> ejbs The EJB resource references for this web application, keyed by name.
- 
entriesSet<String> entries Set of naming entries, keyed by name.
- 
envsMap<String, ContextEnvironment> envs The environment entries for this web application, keyed by name.
- 
localEjbsMap<String, ContextLocalEjb> localEjbs The local EJB resource references for this web application, keyed by name.
- 
mdrsMap<String, MessageDestinationRef> mdrs The message destination references for this web application, keyed by name.
- 
resourceEnvRefsHashMap<String, ContextResourceEnvRef> resourceEnvRefs The resource environment references for this web application, keyed by name.
- 
resourceLinksHashMap<String, ContextResourceLink> resourceLinks The resource links for this web application, keyed by name.
- 
resourceRequireExplicitRegistrationboolean resourceRequireExplicitRegistration 
- 
resourcesHashMap<String, ContextResource> resources The resource references for this web application, keyed by name.
- 
servicesHashMap<String, ContextService> services The web service references for this web application, keyed by name.
- 
supportPropertyChangeSupport support The property change support for this component.
- 
transactionContextTransaction transaction The transaction for this webapp.
 
- 
 
 
- 
- 
Package org.apache.catalina.filters- 
Class org.apache.catalina.filters.CorsFilterclass CorsFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
 
- 
- 
Serialized Fields- 
allowedHttpHeadersCollection<String> allowedHttpHeaders ACollectionof headers consisting of zero or more header field names that are supported by the resource.
- 
allowedHttpMethodsCollection<String> allowedHttpMethods ACollectionof methods consisting of zero or more methods that are supported by the resource.
- 
allowedOriginsCollection<String> allowedOrigins ACollectionof origins consisting of zero or more origins that are allowed access to the resource.
- 
anyOriginAllowedboolean anyOriginAllowed Determines if any origin is allowed to make request.
- 
decorateRequestboolean decorateRequest Determines if the request should be decorated or not.
- 
exposedHeadersCollection<String> exposedHeaders ACollectionof exposed headers consisting of zero or more header field names of headers other than the simple response headers that the resource might use and can be exposed.
- 
preflightMaxAgelong preflightMaxAge Indicates (in seconds) how long the results of a pre-flight request can be cached in a pre-flight result cache.
- 
supportsCredentialsboolean supportsCredentials A supports credentials flag that indicates whether the resource supports user credentials in the request. It is true when the resource does and false otherwise.
 
- 
 
- 
Class org.apache.catalina.filters.CsrfPreventionFilter.LruCacheclass LruCache extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.filters.RateLimitFilterclass RateLimitFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
actualRequestsint actualRequests 
- 
bucketDurationint bucketDuration 
- 
bucketRequestsint bucketRequests 
- 
enforceboolean enforce 
- 
statusCodeint statusCode 
- 
statusMessageString statusMessage 
 
- 
 
- 
Class org.apache.catalina.filters.RemoteIpFilterclass RemoteIpFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
 
- 
- 
Serialized Fields- 
changeLocalNameboolean changeLocalName 
- 
changeLocalPortboolean changeLocalPort 
- 
enableLookupsboolean enableLookups 
- 
hostHeaderString hostHeader 
- 
httpServerPortint httpServerPort - See Also:
 
- 
httpsServerPortint httpsServerPort - See Also:
 
- 
internalProxiesPattern internalProxies 
- 
portHeaderString portHeader 
- 
protocolHeaderString protocolHeader - See Also:
 
- 
protocolHeaderHttpsValueString protocolHeaderHttpsValue 
- 
proxiesHeaderString proxiesHeader - See Also:
 
- 
remoteIpHeaderString remoteIpHeader - See Also:
 
- 
requestAttributesEnabledboolean requestAttributesEnabled 
- 
trustedProxiesPattern trustedProxies - See Also:
 
 
- 
 
- 
Class org.apache.catalina.filters.RequestDumperFilterclass RequestDumperFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
 
- 
 
- 
Class org.apache.catalina.filters.WebdavFixFilterclass WebdavFixFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.ha- 
Class org.apache.catalina.ha.ClusterMessageBaseclass ClusterMessageBase extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
timestamplong timestamp 
 
- 
 
 
- 
- 
Package org.apache.catalina.ha.authenticator- 
Class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListenerclass ClusterSingleSignOnListener extends SingleSignOnListener implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.ha.deploy- 
Class org.apache.catalina.ha.deploy.FileMessageclass FileMessage extends ClusterMessageBase implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.catalina.ha.deploy.UndeployMessageclass UndeployMessage extends Object implements Serializable- serialVersionUID:
- 2L
 
 
- 
- 
Package org.apache.catalina.ha.session- 
Class org.apache.catalina.ha.session.DeltaRequestclass DeltaRequest extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.ha.session.DeltaSessionclass DeltaSession extends StandardSession implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.ha.session.SessionMessageImplclass SessionMessageImpl extends ClusterMessageBase implements Serializable- serialVersionUID:
- 2L
 
 
- 
- 
Package org.apache.catalina.manager- 
Class org.apache.catalina.manager.HTMLManagerServletclass HTMLManagerServlet extends ManagerServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
showProxySessionsboolean showProxySessions 
 
- 
 
- 
Class org.apache.catalina.manager.JMXProxyServletclass JMXProxyServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.manager.ManagerServletclass ManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
configBaseFile configBase Path where context descriptors should be deployed.
- 
debugint debug The debugging detail level for this servlet.
- 
onameObjectName oname The associated deployer ObjectName.
- 
versionedFile versioned Path used to store revisions of webapps.
 
- 
 
- 
Class org.apache.catalina.manager.StatusManagerServletclass StatusManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
globalRequestProcessorsList<ObjectName> globalRequestProcessors Vector of global request processors object names.
- 
mBeanServerMBeanServer mBeanServer MBean server.
- 
requestProcessorsList<ObjectName> requestProcessors Vector of request processors object names.
- 
threadPoolsList<ObjectName> threadPools Vector of thread pools object names.
 
- 
 
 
- 
- 
Package org.apache.catalina.manager.host- 
Class org.apache.catalina.manager.host.HostManagerServletclass HostManagerServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
debugint debug The debugging detail level for this servlet.
 
- 
 
- 
Class org.apache.catalina.manager.host.HTMLHostManagerServletclass HTMLHostManagerServlet extends HostManagerServlet implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.realm- 
Class org.apache.catalina.realm.GenericPrincipalclass GenericPrincipal extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplace
 
- 
- 
Serialized Fields- 
attributesMap<String, Object> attributes The additional attributes associated with this Principal.
- 
nameString name The username of the user represented by this Principal.
- 
rolesString[] roles The set of roles associated with this user.
- 
userPrincipalPrincipal userPrincipal The authenticated Principal to be exposed to applications.
 
- 
 
- 
Class org.apache.catalina.realm.UserDatabaseRealm.UserDatabasePrincipalclass UserDatabasePrincipal extends GenericPrincipal implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
writeReplaceMagic method fromSerializable.- Throws:
- ObjectStreamException- Not thrown by this implementation
 
 
- 
 
 
- 
- 
Package org.apache.catalina.security- 
Class org.apache.catalina.security.DeployXmlPermissionclass DeployXmlPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.servlets- 
Class org.apache.catalina.servlets.CGIServletclass CGIServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
cgiExecutableString cgiExecutable the executable to use with the script
- 
cgiExecutableArgsList<String> cgiExecutableArgs additional arguments for the executable
- 
cgiMethodsSet<String> cgiMethods 
- 
cgiMethodsAllboolean cgiMethodsAll 
- 
cgiPathPrefixString cgiPathPrefix The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)
- 
cmdLineArgumentsDecodedPatternPattern cmdLineArgumentsDecodedPattern Limits the decoded form of individual command line arguments. Default varies by platform.
- 
cmdLineArgumentsEncodedPatternPattern cmdLineArgumentsEncodedPattern Limits the encoded form of individual command line arguments. By default values are limited to those allowed by the RFC. See https://tools.ietf.org/html/rfc3875#section-4.4 Uses \Q...\E to avoid individual quoting.
- 
enableCmdLineArgumentsboolean enableCmdLineArguments Enable creation of script command line arguments from query-string. See https://tools.ietf.org/html/rfc3875#section-4.4 4.4. The Script Command Line
- 
envHttpHeadersPatternPattern envHttpHeadersPattern The regular expression used to select HTTP headers to be passed to the CGI process as environment variables. The name of the environment variable will be the name of the HTTP header converter to upper case, prefixed withHTTP_and with all-characters converted to_.
- 
parameterEncodingString parameterEncoding the encoding to use for parameters
- 
shellEnvMap<String, String> shellEnv the shell environment variables to be passed to the CGI script
- 
stderrTimeoutlong stderrTimeout The time (in milliseconds) to wait for the reading of stderr to complete before terminating the CGI process.
 
- 
 
- 
Class org.apache.catalina.servlets.DefaultServletclass DefaultServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowPartialPutboolean allowPartialPut Flag that indicates whether partial PUTs are permitted.
- 
compressionFormatsDefaultServlet.CompressionFormat[] compressionFormats List of compression formats to serve and their preference order.
- 
contextXsltFileString contextXsltFile Allow customized directory listing per context.
- 
debugint debug The debugging detail level for this servlet.
- 
fileEncodingString fileEncoding File encoding to be used when reading static files. If none is specified the platform default is used.
- 
globalXsltFileString globalXsltFile Allow customized directory listing per instance.
- 
inputint input The input buffer size to use when serving resources.
- 
listingsboolean listings Should we generate directory listings?
- 
localXsltFileString localXsltFile Allow customized directory listing per directory.
- 
outputint output The output buffer size to use when serving resources.
- 
readmeFileString readmeFile Allow a readme file to be included.
- 
readOnlyboolean readOnly Read only flag. By default, it's set to true.
- 
sendfileSizeint sendfileSize Minimum size for sendfile usage in bytes.
- 
showServerInfoboolean showServerInfo Flag to determine if server information is presented.
- 
sortListingsboolean sortListings Flag to determine if resources should be sorted.
- 
useAcceptRangesboolean useAcceptRanges Should the Accept-Ranges: bytes header be send with static resources?
- 
useBomIfPresentorg.apache.catalina.servlets.DefaultServlet.BomConfig useBomIfPresent If a file has a BOM, should that be used in preference to fileEncoding? Will default toDefaultServlet.BomConfig.TRUEinDefaultServlet.init().
 
- 
 
- 
Class org.apache.catalina.servlets.DefaultServlet.CompressionFormatclass CompressionFormat extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.servlets.WebdavServletclass WebdavServlet extends DefaultServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowSpecialPathsboolean allowSpecialPaths Is access allowed via WebDAV to the special paths (/WEB-INF and /META-INF)?
- 
collectionLocksList<org.apache.catalina.servlets.WebdavServlet.LockInfo> collectionLocks List of the inheritable collection locks.
- 
lockNullResourcesMap<String, List<String>> lockNullResources Repository of the lock-null resources.Key : path of the collection containing the lock-null resource 
 Value : List of lock-null resource which are members of the collection. Each element of the List is the path associated with the lock-null resource.
- 
maxDepthint maxDepth Default depth in spec is infinite. Limit depth to 3 by default as infinite depth makes operations very expensive.
- 
resourceLocksMap<String, org.apache.catalina.servlets.WebdavServlet.LockInfo> resourceLocks Repository of the locks put on single resources.Key : path 
 Value : LockInfo
- 
secretString secret Secret information used to generate reasonably secure lock ids.
 
- 
 
 
- 
- 
Package org.apache.catalina.session- 
Class org.apache.catalina.session.StandardSessionclass StandardSession extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributesConcurrentMap<String, Object> attributes The collection of user data attributes associated with this Session.
- 
creationTimelong creationTime The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
- 
idString id The session identifier of this Session.
- 
isNewboolean isNew Flag indicating whether this session is new or not.
- 
isValidboolean isValid Flag indicating whether this session is valid or not.
- 
lastAccessedTimelong lastAccessedTime The last accessed time for this Session.
- 
maxInactiveIntervalint maxInactiveInterval The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session. A negative time indicates that the session should never time out.
- 
thisAccessedTimelong thisAccessedTime The current accessed time for this session.
 
- 
 
- 
Exception org.apache.catalina.session.TooManyActiveSessionsExceptionclass TooManyActiveSessionsException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
maxActiveSessionsint maxActiveSessions The maximum number of active sessions the server will tolerate.
 
- 
 
 
- 
- 
Package org.apache.catalina.ssi- 
Class org.apache.catalina.ssi.SSIFilterclass SSIFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowExecboolean allowExec Allow exec (normally blocked for security)
- 
contentTypeRegExPattern contentTypeRegEx regex pattern to match when evaluating content types
- 
debugint debug Debug level for this servlet.
- 
expiresLong expires Expiration time in seconds for the doc.
- 
isVirtualWebappRelativeboolean isVirtualWebappRelative virtual path can be webapp-relative
- 
shtmlRegExPattern shtmlRegEx default pattern for ssi filter content type matching
 
- 
 
- 
Class org.apache.catalina.ssi.SSIServletclass SSIServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allowExecboolean allowExec Allow exec (normally blocked for security)
- 
bufferedboolean buffered Should the output be buffered.
- 
debugint debug Debug level for this servlet.
- 
expiresLong expires Expiration time in seconds for the doc.
- 
inputEncodingString inputEncoding Input encoding. If not specified, uses platform default
- 
isVirtualWebappRelativeboolean isVirtualWebappRelative virtual path can be webapp-relative
- 
outputEncodingString outputEncoding Output encoding. If not specified, uses platform default
 
- 
 
- 
Exception org.apache.catalina.ssi.SSIStopProcessingExceptionclass SSIStopProcessingException extends Exception implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.tribes- 
Class org.apache.catalina.tribes.ByteMessageclass ByteMessage extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Parameters:
- in- ObjectInput
- Throws:
- IOException- An IO error occurred
- See Also:
 
- 
writeExternal- Parameters:
- out- ObjectOutput
- Throws:
- IOException- An IO error occurred
- See Also:
 
 
- 
 
- 
- 
Exception org.apache.catalina.tribes.ChannelExceptionclass ChannelException extends Exception implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
faultyMembersArrayList<ChannelException.FaultyMember> faultyMembers Holds a list of faulty members
 
- 
 
- 
Exception org.apache.catalina.tribes.RemoteProcessExceptionclass RemoteProcessException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.UniqueIdclass UniqueId extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
idbyte[] id 
 
- 
 
 
- 
- 
Package org.apache.catalina.tribes.group- 
Class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparatorclass AbsoluteComparator extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.group.RpcMessageclass RpcMessage extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReplyclass NoRpcChannelReply extends RpcMessage implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.catalina.tribes.io- 
Class org.apache.catalina.tribes.io.ChannelDataclass ChannelData extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
addressMember address The source or reply-to address for this message
- 
messageXByteBuffer message The message data, stored in a dynamic buffer
- 
optionsint options The options this message was sent with
- 
timestamplong timestamp The timestamp that goes with this message
- 
uniqueIdbyte[] uniqueId A unique message id
 
- 
 
- 
Class org.apache.catalina.tribes.io.XByteBufferclass XByteBuffer extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
bufbyte[] buf Variable to hold the data
- 
bufSizeint bufSize Current length of data in the buffer
- 
discardboolean discard Flag for discarding invalid packages If this flag is set to true, and append(byte[],...) is called, the data added will be inspected, and if it doesn't start withSTART_DATAit will be thrown away.
 
- 
 
 
- 
- 
Package org.apache.catalina.tribes.membership- 
Class org.apache.catalina.tribes.membership.MemberImplclass MemberImpl extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.membership.StaticMemberclass StaticMember extends MemberImpl implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessageclass MemberMessage extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
memberMember member 
- 
membershipIdbyte[] membershipId 
- 
msgtypeint msgtype 
 
- 
 
 
- 
- 
Package org.apache.catalina.tribes.tipis- 
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMapclass AbstractReplicatedMap extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
innerMapConcurrentMap<K, AbstractReplicatedMap.MapEntry<K, V>> innerMap 
- 
logLog log 
 
- 
 
- 
Class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessageclass MapMessage extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.tipis.LazyReplicatedMap- serialVersionUID:
- 1L
 
- 
Class org.apache.catalina.tribes.tipis.ReplicatedMap- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.catalina.util- 
Class org.apache.catalina.util.ParameterMapclass ParameterMap extends Object implements Serializable- serialVersionUID:
- 2L
 
- 
Class org.apache.catalina.util.ResourceSet- serialVersionUID:
- 1L
 - 
Serialized Fields- 
lockedboolean locked The current lock state of this parameter map.
 
- 
 
 
- 
- 
Package org.apache.coyote- 
Exception org.apache.coyote.BadRequestExceptionclass BadRequestException extends IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.coyote.CloseNowExceptionclass CloseNowException extends IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.coyote.ProtocolExceptionclass ProtocolException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.coyote.http11- 
Exception org.apache.coyote.http11.HeadersTooLargeExceptionclass HeadersTooLargeException extends IllegalStateException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.el- 
Class org.apache.el.MethodExpressionImplclass MethodExpressionImpl extends MethodExpression implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.el.MethodExpressionLiteralclass MethodExpressionLiteral extends MethodExpression implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.el.ValueExpressionImplclass ValueExpressionImpl extends ValueExpression implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.el.ValueExpressionLiteralclass ValueExpressionLiteral extends ValueExpression implements Externalizable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
 
- 
- 
Package org.apache.el.lang- 
Class org.apache.el.lang.FunctionMapperImplclass FunctionMapperImpl extends FunctionMapper implements Externalizable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
Class org.apache.el.lang.FunctionMapperImpl.Functionclass Function extends Object implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Class org.apache.el.lang.VariableMapperImplclass VariableMapperImpl extends VariableMapper implements Externalizable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
 
- 
- 
Package org.apache.jasper- 
Exception org.apache.jasper.JasperExceptionclass JasperException extends ServletException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jasper.el- 
Exception org.apache.jasper.el.JspELExceptionclass JspELException extends ELException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspMethodExpressionclass JspMethodExpression extends MethodExpression implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
- 
Exception org.apache.jasper.el.JspMethodNotFoundExceptionclass JspMethodNotFoundException extends MethodNotFoundException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.jasper.el.JspPropertyNotFoundExceptionclass JspPropertyNotFoundException extends PropertyNotFoundException implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.jasper.el.JspPropertyNotWritableExceptionclass JspPropertyNotWritableException extends PropertyNotWritableException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.jasper.el.JspValueExpressionclass JspValueExpression extends ValueExpression implements Externalizable- 
Serialization Methods- 
readExternal- Throws:
- IOException
- ClassNotFoundException
 
- 
writeExternal- Throws:
- IOException
 
 
- 
 
- 
 
- 
- 
Package org.apache.jasper.runtime- 
Class org.apache.jasper.runtime.HttpJspBaseclass HttpJspBase extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.jasper.servlet- 
Class org.apache.jasper.servlet.JspServletclass JspServlet extends HttpServlet implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
configServletConfig config 
- 
jspFileString jspFile 
 
- 
 
 
- 
- 
Package org.apache.juli.logging- 
Exception org.apache.juli.logging.LogConfigurationExceptionclass LogConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.naming- 
Class org.apache.naming.AbstractRefclass AbstractRef extends Reference implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.EjbRefclass EjbRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.HandlerRefclass HandlerRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.LookupRefclass LookupRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceEnvRefclass ResourceEnvRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceLinkRefclass ResourceLinkRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ResourceRefclass ResourceRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.naming.ServiceRefclass ServiceRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
handlersList<HandlerRef> handlers The list to save the handler Reference objects, because they can't be saved in the addrs vector.
 
- 
 
- 
Class org.apache.naming.TransactionRefclass TransactionRef extends AbstractRef implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2- 
Exception org.apache.tomcat.dbcp.dbcp2.ListExceptionclass ListException extends Exception implements Serializable- serialVersionUID:
- 1L
 
- 
Exception org.apache.tomcat.dbcp.dbcp2.SQLExceptionListclass SQLExceptionList extends SQLException implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2.cpdsadapter- 
Class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDSclass DriverAdapterCPDS extends Object implements Serializable- serialVersionUID:
- -4820523787212147844L
 - 
Serialized Fields- 
accessToUnderlyingConnectionAllowedboolean accessToUnderlyingConnectionAllowed Controls access to the underlying connection
- 
connectionPropertiesProperties connectionProperties Connection properties passed to JDBC Driver
- 
connectionStringString connectionString Connection string
- 
descriptionString description Description
- 
driverString driver Driver class name
- 
durationBetweenEvictionRunsDuration durationBetweenEvictionRuns 
- 
getConnectionCalledboolean getConnectionCalled Whether or not getConnection has been called
- 
loginTimeoutint loginTimeout Login TimeOut in seconds
- 
maxIdleint maxIdle 
- 
maxPreparedStatementsint maxPreparedStatements 
- 
minEvictableIdleDurationDuration minEvictableIdleDuration 
- 
numTestsPerEvictionRunint numTestsPerEvictionRun 
- 
poolPreparedStatementsboolean poolPreparedStatements 
- 
userNameString userName User name
- 
userPasswordchar[] userPassword User password
 
- 
 
 
- 
- 
Package org.apache.tomcat.dbcp.dbcp2.datasources- 
Class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSourceclass InstanceKeyDataSource extends Object implements Serializable- serialVersionUID:
- -6819270431752240878L
 - 
Serialized Fields- 
dataSourceConnectionPoolDataSource dataSource Underlying source of PooledConnections
- 
dataSourceNameString dataSourceName DataSource Name used to find the ConnectionPoolDataSource
- 
defaultAutoCommitBoolean defaultAutoCommit 
- 
defaultBlockWhenExhaustedboolean defaultBlockWhenExhausted 
- 
defaultDurationBetweenEvictionRunsDuration defaultDurationBetweenEvictionRuns 
- 
defaultEvictionPolicyClassNameString defaultEvictionPolicyClassName 
- 
defaultLifoboolean defaultLifo 
- 
defaultMaxIdleint defaultMaxIdle 
- 
defaultMaxTotalint defaultMaxTotal 
- 
defaultMaxWaitDurationDuration defaultMaxWaitDuration 
- 
defaultMinEvictableIdleDurationDuration defaultMinEvictableIdleDuration 
- 
defaultMinIdleint defaultMinIdle 
- 
defaultNumTestsPerEvictionRunint defaultNumTestsPerEvictionRun 
- 
defaultReadOnlyBoolean defaultReadOnly 
- 
defaultSoftMinEvictableIdleDurationDuration defaultSoftMinEvictableIdleDuration 
- 
defaultTestOnBorrowboolean defaultTestOnBorrow 
- 
defaultTestOnCreateboolean defaultTestOnCreate 
- 
defaultTestOnReturnboolean defaultTestOnReturn 
- 
defaultTestWhileIdleboolean defaultTestWhileIdle 
- 
defaultTransactionIsolationint defaultTransactionIsolation 
- 
descriptionString description Description
- 
getConnectionCalledboolean getConnectionCalled Guards property setters - once true, setters throw IllegalStateException
- 
instanceKeyString instanceKey Instance key
- 
jndiEnvironmentProperties jndiEnvironment Environment that may be used to set up a JNDI initial context.
- 
loginTimeoutDurationDuration loginTimeoutDuration Login Timeout
- 
logWriterPrintWriter logWriter Log stream
- 
maxConnDurationDuration maxConnDuration 
- 
rollbackAfterValidationboolean rollbackAfterValidation 
- 
validationQueryString validationQuery 
- 
validationQueryTimeoutDurationDuration validationQueryTimeoutDuration 
 
- 
 
- 
Class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceclass PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable- serialVersionUID:
- 7872747993848065028L
 - 
Serialization Methods- 
readObjectSupports Serialization interface.- Parameters:
- in- a- java.io.ObjectInputStreamvalue
- Throws:
- IOException- if an error occurs
- ClassNotFoundException- if an error occurs
 
 
- 
- 
Serialized Fields- 
perUserBlockWhenExhaustedMap<String, Boolean> perUserBlockWhenExhausted 
- 
perUserDefaultAutoCommitMap<String, Boolean> perUserDefaultAutoCommit 
- 
perUserDefaultReadOnlyMap<String, Boolean> perUserDefaultReadOnly 
- 
perUserDefaultTransactionIsolationMap<String, Integer> perUserDefaultTransactionIsolation 
- 
perUserDurationBetweenEvictionRunsMap<String, Duration> perUserDurationBetweenEvictionRuns 
- 
perUserEvictionPolicyClassNameMap<String, String> perUserEvictionPolicyClassName 
- 
perUserLifoMap<String, Boolean> perUserLifo 
- 
perUserMaxIdleMap<String, Integer> perUserMaxIdle 
- 
perUserMaxTotalMap<String, Integer> perUserMaxTotal 
- 
perUserMaxWaitDurationMap<String, Duration> perUserMaxWaitDuration 
- 
perUserMinEvictableIdleDurationMap<String, Duration> perUserMinEvictableIdleDuration 
- 
perUserMinIdleMap<String, Integer> perUserMinIdle 
- 
perUserNumTestsPerEvictionRunMap<String, Integer> perUserNumTestsPerEvictionRun 
- 
perUserSoftMinEvictableIdleDurationMap<String, Duration> perUserSoftMinEvictableIdleDuration 
- 
perUserTestOnBorrowMap<String, Boolean> perUserTestOnBorrow 
- 
perUserTestOnCreateMap<String, Boolean> perUserTestOnCreate 
- 
perUserTestOnReturnMap<String, Boolean> perUserTestOnReturn 
- 
perUserTestWhileIdleMap<String, Boolean> perUserTestWhileIdle 
 
- 
 
 
- 
- 
Package org.apache.tomcat.jdbc.pool- 
Exception org.apache.tomcat.jdbc.pool.PoolExhaustedExceptionclass PoolExhaustedException extends SQLException implements Serializable- serialVersionUID:
- 3501536931777262475L
 
- 
Class org.apache.tomcat.jdbc.pool.PoolPropertiesclass PoolProperties extends Object implements Serializable- serialVersionUID:
- -8519283440854213745L
 - 
Serialized Fields- 
abandonWhenPercentageFullint abandonWhenPercentageFull 
- 
accessToUnderlyingConnectionAllowedboolean accessToUnderlyingConnectionAllowed 
- 
alternateUsernameAllowedboolean alternateUsernameAllowed 
- 
commitOnReturnboolean commitOnReturn 
- 
connectionPropertiesString connectionProperties 
- 
dataSourceObject dataSource 
- 
dataSourceJNDIString dataSourceJNDI 
- 
dbPropertiesProperties dbProperties 
- 
defaultAutoCommitBoolean defaultAutoCommit 
- 
defaultCatalogString defaultCatalog 
- 
defaultReadOnlyBoolean defaultReadOnly 
- 
defaultTransactionIsolationint defaultTransactionIsolation 
- 
driverClassNameString driverClassName 
- 
fairQueueboolean fairQueue 
- 
ignoreExceptionOnPreLoadboolean ignoreExceptionOnPreLoad 
- 
initialSizeint initialSize 
- 
initSQLString initSQL 
- 
interceptorsPoolProperties.InterceptorDefinition[] interceptors 
- 
jdbcInterceptorsString jdbcInterceptors 
- 
jmxEnabledboolean jmxEnabled 
- 
logAbandonedboolean logAbandoned 
- 
logValidationErrorsboolean logValidationErrors 
- 
maxActiveint maxActive 
- 
maxAgelong maxAge 
- 
maxIdleint maxIdle 
- 
maxWaitint maxWait 
- 
minEvictableIdleTimeMillisint minEvictableIdleTimeMillis 
- 
minIdleint minIdle 
- 
nameString name 
- 
numTestsPerEvictionRunint numTestsPerEvictionRun 
- 
passwordString password 
- 
propagateInterruptStateboolean propagateInterruptState 
- 
removeAbandonedboolean removeAbandoned 
- 
removeAbandonedTimeoutint removeAbandonedTimeout 
- 
rollbackOnReturnboolean rollbackOnReturn 
- 
suspectTimeoutint suspectTimeout 
- 
testOnBorrowboolean testOnBorrow 
- 
testOnConnectboolean testOnConnect 
- 
testOnReturnboolean testOnReturn 
- 
testWhileIdleboolean testWhileIdle 
- 
timeBetweenEvictionRunsMillisint timeBetweenEvictionRunsMillis 
- 
urlString url 
- 
useDisposableConnectionFacadeboolean useDisposableConnectionFacade 
- 
useEqualsboolean useEquals 
- 
useLockboolean useLock 
- 
usernameString username 
- 
useStatementFacadeboolean useStatementFacade 
- 
validationIntervallong validationInterval 
- 
validationQueryString validationQuery 
- 
validationQueryTimeoutint validationQueryTimeout 
- 
validatorClassNameString validatorClassName 
 
- 
 
- 
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinitionclass InterceptorDefinition extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
classNameString className 
- 
clazzClass<?> clazz 
- 
propertiesMap<String, PoolProperties.InterceptorProperty> properties 
 
- 
 
- 
Class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorPropertyclass InterceptorProperty extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.jni- 
Error org.apache.tomcat.jni.LibraryNotFoundErrorclass LibraryNotFoundError extends UnsatisfiedLinkError implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
libraryNamesString libraryNames 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util- 
Class org.apache.tomcat.util.MultiThrowableclass MultiThrowable extends Throwable implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.util.bcel.classfile- 
Exception org.apache.tomcat.util.bcel.classfile.ClassFormatExceptionclass ClassFormatException extends RuntimeException implements Serializable- serialVersionUID:
- 3243149520175287759L
 
 
- 
- 
Package org.apache.tomcat.util.buf- 
Class org.apache.tomcat.util.buf.AbstractChunkclass AbstractChunk extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
endint end 
- 
hasHashCodeboolean hasHashCode 
- 
hashCodeint hashCode 
- 
isSetboolean isSet 
- 
limitint limit 
- 
startint start 
 
- 
 
- 
Class org.apache.tomcat.util.buf.ByteChunkclass ByteChunk extends AbstractChunk implements Serializable- serialVersionUID:
- 1L
 - 
Serialization Methods- 
readObject- Throws:
- ClassNotFoundException
- IOException
 
- 
writeObject- Throws:
- IOException
 
 
- 
- 
Serialized Fields- 
buffbyte[] buff 
 
- 
 
- 
Exception org.apache.tomcat.util.buf.ByteChunk.BufferOverflowExceptionclass BufferOverflowException extends IOException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.buf.CharChunkclass CharChunk extends AbstractChunk implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
buffchar[] buff 
 
- 
 
- 
Class org.apache.tomcat.util.buf.MessageBytesclass MessageBytes extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.util.descriptor.web- 
Class org.apache.tomcat.util.descriptor.web.ApplicationParameterclass ApplicationParameter extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionString description The description of this environment entry.
- 
nameString name The name of this application parameter.
- 
overrideboolean override Does this application parameter allow overrides by the application deployment descriptor?
- 
valueString value The value of this application parameter.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextEjbclass ContextEjb extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextEnvironmentclass ContextEnvironment extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
overrideboolean override Does this environment entry allow overrides by the application deployment descriptor?
- 
valueString value The value of this environment entry.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextHandlerclass ContextHandler extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
handlerclassString handlerclass The Handler reference class.
- 
portNamesList<String> portNames The portName.
- 
soapHeadersMap<String, String> soapHeaders A list of QName specifying the SOAP Headers the handler will work on. -namespace and localpart values must be found inside the WSDL. A service-qname is composed by a namespaceURI and a localpart. soapHeader[0] : namespaceURI soapHeader[1] : localpart
- 
soapRolesList<String> soapRoles The soapRole.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextLocalEjbclass ContextLocalEjb extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResourceclass ContextResource extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
authString auth The authorization requirement for this resource (ApplicationorContainer).
- 
closeMethodString closeMethod The name of the zero argument method to be called when the resource is no longer required to clean-up resources. This method must only speed up the clean-up of resources that would otherwise happen via garbage collection.
- 
closeMethodConfiguredboolean closeMethodConfigured 
- 
scopeString scope The sharing scope of this resource factory (ShareableorUnshareable).
- 
singletonboolean singleton Is this resource known to be a singleton resource. The default value is true since this is what users expect although the Jakarta EE spec implies that the default should be false.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRefclass ContextResourceEnvRef extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
overrideboolean override Does this environment entry allow overrides by the application deployment descriptor?
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextResourceLinkclass ContextResourceLink extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextServiceclass ContextService extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
displaynameString displayname The WebService reference name.
- 
handlersMap<String, ContextHandler> handlers A list of Handlers to use for this service-ref. The instantiation of the handler have to be done.
- 
jaxrpcmappingfileString jaxrpcmappingfile A file specifying the correlation of the WSDL definition to the interfaces (Service Endpoint Interface, Service Interface).
- 
largeIconString largeIcon A large icon for this WebService.
- 
serviceInterfaceString serviceInterface The fully qualified class name of the JAX-WS Service interface that the client depends on.
- 
serviceqnameString[] serviceqname Declares the specific WSDL service element that is being referred to. It is not specified if no wsdl-file is declared or if WSDL contains only 1 service element. A service-qname is composed by a namespaceURI and a localpart. It must be defined if more than 1 service is declared in the WSDL. serviceqname[0] : namespaceURI serviceqname[1] : localpart
- 
smallIconString smallIcon A small icon for this WebService.
- 
wsdlfileString wsdlfile Contains the location (relative to the root of the module) of the web service WSDL description.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.ContextTransactionclass ContextTransaction extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ErrorPageclass ErrorPage extends XmlEncodingBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
errorCodeint errorCode The error (status) code for which this error page is active. Note that status code 0 is used for the default error page.
- 
exceptionTypeString exceptionType The exception type for which this error page is active.
- 
locationString location The context-relative location to handle this error or exception.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.FilterDefclass FilterDef extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
asyncSupportedString asyncSupported 
- 
asyncSupportedBooleanboolean asyncSupportedBoolean 
- 
descriptionString description The description of this filter.
- 
displayNameString displayName The display name of this filter.
- 
filterClassString filterClass The fully qualified name of the Java class that implements this filter.
- 
filterNameString filterName The name of this filter, which must be unique among the filters defined for a particular web application.
- 
largeIconString largeIcon The large icon associated with this filter.
- 
parametersMap<String, String> parameters The set of initialization parameters for this filter, keyed by parameter name.
- 
smallIconString smallIcon The small icon associated with this filter.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.FilterMapclass FilterMap extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
dispatcherMappingint dispatcherMapping 
- 
filterNameString filterName 
- 
matchAllServletNamesboolean matchAllServletNames The flag that indicates this mapping will match all servlet-names
- 
matchAllUrlPatternsboolean matchAllUrlPatterns The flag that indicates this mapping will match all url-patterns
- 
servletNamesString[] servletNames The servlet name this mapping matches.
- 
urlPatternsString[] urlPatterns The URL pattern this mapping matches.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.InjectionTargetclass InjectionTarget extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.LoginConfigclass LoginConfig extends XmlEncodingBase implements Serializable- serialVersionUID:
- 2L
 - 
Serialized Fields- 
authMethodString authMethod The authentication method to use for application login. Must be BASIC, DIGEST, FORM, or CLIENT-CERT.
- 
errorPageString errorPage The context-relative URI of the error page for form login.
- 
loginPageString loginPage The context-relative URI of the login page for form login.
- 
realmNameString realmName The realm name used when challenging the user for authentication credentials.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.MessageDestinationclass MessageDestination extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.MessageDestinationRefclass MessageDestinationRef extends ResourceBase implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.MultipartDefclass MultipartDef extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ResourceBaseclass ResourceBase extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionString description The description of this resource.
- 
injectionTargetsList<InjectionTarget> injectionTargets 
- 
lookupNameString lookupName 
- 
nameString name The name of this resource.
- 
propertiesMap<String, Object> properties Holder for our configured properties.
- 
resourcesNamingResources resources The NamingResources with which we are associated (if any).
- 
typeString type The name of the resource implementation class.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityCollectionclass SecurityCollection extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
descriptionString description Description of this web resource collection.
- 
isFromDescriptorboolean isFromDescriptor This security collection was established by a deployment descriptor. Defaults totrue.
- 
methodsString[] methods The HTTP methods explicitly covered by this web resource collection.
- 
nameString name The name of this web resource collection.
- 
omittedMethodsString[] omittedMethods The HTTP methods explicitly excluded from this web resource collection.
- 
patternsString[] patterns The URL patterns protected by this security collection.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityConstraintclass SecurityConstraint extends XmlEncodingBase implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
allRolesboolean allRoles Was the "all roles" wildcard -SecurityConstraint.ROLE_ALL_ROLES- included in the authorization constraints for this security constraint?
- 
authConstraintboolean authConstraint Was an authorization constraint included in this security constraint? This is necessary to distinguish the case where an auth-constraint with no roles (signifying no direct access at all) was requested, versus a lack of auth-constraint which implies no access control checking.
- 
authenticatedUsersboolean authenticatedUsers Was the "all authenticated users" wildcard -SecurityConstraint.ROLE_ALL_AUTHENTICATED_USERS- included in the authorization constraints for this security constraint?
- 
authRolesString[] authRoles The set of roles permitted to access resources protected by this security constraint.
- 
collectionsSecurityCollection[] collections The set of web resource collections protected by this security constraint.
- 
displayNameString displayName The display name of this security constraint.
- 
userConstraintString userConstraint The user data constraint for this security constraint. Must be NONE, INTEGRAL, or CONFIDENTIAL.
 
- 
 
- 
Class org.apache.tomcat.util.descriptor.web.SecurityRoleRefclass SecurityRoleRef extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.descriptor.web.ServletDefclass ServletDef extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
asyncSupportedBoolean asyncSupported Does this servlet support async.
- 
descriptionString description The description of this servlet.
- 
displayNameString displayName The display name of this servlet.
- 
enabledBoolean enabled Is this servlet enabled.
- 
jspFileString jspFile The name of the JSP file to which this servlet definition applies
- 
largeIconString largeIcon The large icon associated with this servlet.
- 
loadOnStartupInteger loadOnStartup The load-on-startup order for this servlet
- 
multipartDefMultipartDef multipartDef The multipart configuration, if any, for this servlet
- 
overridableboolean overridable Can this ServletDef be overridden by an SCI?
- 
parametersMap<String, String> parameters The set of initialization parameters for this servlet, keyed by parameter name.
- 
runAsString runAs The run-as configuration for this servlet
- 
securityRoleRefsSet<SecurityRoleRef> securityRoleRefs The set of security role references for this servlet
- 
servletClassString servletClass The fully qualified name of the Java class that implements this servlet.
- 
servletNameString servletName The name of this servlet, which must be unique among the servlets defined for a particular web application.
- 
smallIconString smallIcon The small icon associated with this servlet.
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.digester- 
Class org.apache.tomcat.util.digester.ArrayStack- serialVersionUID:
- 2130079159931574599L
 
 
- 
- 
Package org.apache.tomcat.util.http- 
Class org.apache.tomcat.util.http.ServerCookieclass ServerCookie extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
nameMessageBytes name 
- 
valueMessageBytes value 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload- 
Exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedExceptionclass ItemSkippedException extends IOException implements Serializable- serialVersionUID:
- -7280778431581963740L
 
- 
Exception org.apache.tomcat.util.http.fileupload.FileUploadExceptionclass FileUploadException extends IOException implements Serializable- serialVersionUID:
- -4222909057964038517L
 
- 
Exception org.apache.tomcat.util.http.fileupload.InvalidFileNameExceptionclass InvalidFileNameException extends RuntimeException implements Serializable- serialVersionUID:
- 7922042602454350470L
 - 
Serialized Fields- 
nameString name The file name causing the exception.
 
- 
 
- 
Exception org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryExceptionclass IllegalBoundaryException extends IOException implements Serializable- serialVersionUID:
- -161533165102632918L
 
- 
Exception org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamExceptionclass MalformedStreamException extends IOException implements Serializable- serialVersionUID:
- 6466926458059796677L
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload.impl- 
Exception org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededExceptionclass FileCountLimitExceededException extends FileUploadException implements Serializable- serialVersionUID:
- 2408766352570556046L
 - 
Serialized Fields- 
limitlong limit 
 
- 
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededExceptionclass FileSizeLimitExceededException extends SizeException implements Serializable- serialVersionUID:
- 8150776562029630058L
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.FileUploadIOExceptionclass FileUploadIOException extends IOException implements Serializable- serialVersionUID:
- -7047616958165584154L
 - 
Serialized Fields- 
causeFileUploadException cause The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
 
- 
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeExceptionclass InvalidContentTypeException extends FileUploadException implements Serializable- serialVersionUID:
- -9073026332015646668L
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.IOFileUploadExceptionclass IOFileUploadException extends FileUploadException implements Serializable- serialVersionUID:
- 1749796615868477269L
 - 
Serialized Fields- 
causeIOException cause The exceptions cause; we overwrite the parent classes field, which is available since Java 1.4 only.
 
- 
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.SizeExceptionclass SizeException extends FileUploadException implements Serializable- serialVersionUID:
- -8776225574705254126L
 - 
Serialized Fields- 
actuallong actual The actual size of the request.
- 
permittedlong permitted The maximum permitted size of the request.
 
- 
 
- 
Exception org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededExceptionclass SizeLimitExceededException extends SizeException implements Serializable- serialVersionUID:
- -2474893167098052828L
 
 
- 
- 
Package org.apache.tomcat.util.http.fileupload.util- 
Class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImplclass FileItemHeadersImpl extends Object implements Serializable- serialVersionUID:
- -4455695752627032559L
 
 
- 
- 
Package org.apache.tomcat.util.modeler- 
Class org.apache.tomcat.util.modeler.AttributeInfoclass AttributeInfo extends FeatureInfo implements Serializable- serialVersionUID:
- -2511626862303972143L
 
- 
Class org.apache.tomcat.util.modeler.BaseAttributeFilterclass BaseAttributeFilter extends Object implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.modeler.FeatureInfoclass FeatureInfo extends Object implements Serializable- serialVersionUID:
- -911529176124712296L
 - 
Serialized Fields- 
descriptionString description 
- 
infoMBeanFeatureInfo info 
- 
nameString name 
- 
typeString type 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.ManagedBeanclass ManagedBean extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
attributesMap<String, AttributeInfo> attributes 
- 
classNameString className 
- 
descriptionString description 
- 
domainString domain 
- 
groupString group 
- 
mBeanInfoLockReadWriteLock mBeanInfoLock 
- 
nameString name 
- 
notificationsNotificationInfo[] notifications 
- 
operationsMap<String, OperationInfo> operations 
- 
typeString type 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.NotificationInfoclass NotificationInfo extends FeatureInfo implements Serializable- serialVersionUID:
- -6319885418912650856L
 - 
Serialized Fields- 
notifTypesString[] notifTypes 
- 
notifTypesLockReadWriteLock notifTypesLock 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.OperationInfoclass OperationInfo extends FeatureInfo implements Serializable- serialVersionUID:
- 4418342922072614875L
 - 
Serialized Fields- 
impactString impact 
- 
parametersParameterInfo[] parameters 
- 
parametersLockReadWriteLock parametersLock 
- 
roleString role 
 
- 
 
- 
Class org.apache.tomcat.util.modeler.ParameterInfoclass ParameterInfo extends FeatureInfo implements Serializable- serialVersionUID:
- 2222796006787664020L
 
 
- 
- 
Package org.apache.tomcat.util.net- 
Class org.apache.tomcat.util.net.SSLHostConfigclass SSLHostConfig extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
caCertificateFileString caCertificateFile 
- 
caCertificatePathString caCertificatePath 
- 
certificateRevocationListFileString certificateRevocationListFile 
- 
certificateRevocationListPathString certificateRevocationListPath 
- 
certificatesSet<SSLHostConfigCertificate> certificates 
- 
certificateVerificationSSLHostConfig.CertificateVerification certificateVerification 
- 
certificateVerificationDepthint certificateVerificationDepth 
- 
certificateVerificationDepthConfiguredboolean certificateVerificationDepthConfigured 
- 
cipherListLinkedHashSet<Cipher> cipherList 
- 
ciphersString ciphers 
- 
configTypeSSLHostConfig.Type configType 
- 
defaultCertificateSSLHostConfigCertificate defaultCertificate 
- 
disableCompressionboolean disableCompression 
- 
disableSessionTicketsboolean disableSessionTickets 
- 
enabledCiphersString[] enabledCiphers 
- 
enabledProtocolsString[] enabledProtocols 
- 
explicitlyRequestedProtocolsSet<String> explicitlyRequestedProtocols 
- 
honorCipherOrderboolean honorCipherOrder 
- 
hostNameString hostName 
- 
insecureRenegotiationboolean insecureRenegotiation 
- 
jsseCipherNamesList<String> jsseCipherNames 
- 
keyManagerAlgorithmString keyManagerAlgorithm 
- 
onameObjectName oname 
- 
openSslConfOpenSSLConf openSslConf 
- 
protocolsSet<String> protocols 
- 
revocationEnabledboolean revocationEnabled 
- 
sessionCacheSizeint sessionCacheSize 
- 
sessionTimeoutint sessionTimeout 
- 
sslProtocolString sslProtocol 
- 
tls13RenegotiationAvailableboolean tls13RenegotiationAvailable 
- 
trustManagerClassNameString trustManagerClassName 
- 
truststoreAlgorithmString truststoreAlgorithm 
- 
truststoreFileString truststoreFile 
- 
truststorePasswordString truststorePassword 
- 
truststoreProviderString truststoreProvider 
- 
truststoreTypeString truststoreType 
 
- 
 
- 
Class org.apache.tomcat.util.net.SSLHostConfigCertificateclass SSLHostConfigCertificate extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
certificateChainFileString certificateChainFile 
- 
certificateFileString certificateFile 
- 
certificateKeyAliasString certificateKeyAlias 
- 
certificateKeyFileString certificateKeyFile 
- 
certificateKeyPasswordString certificateKeyPassword 
- 
certificateKeyPasswordFileString certificateKeyPasswordFile 
- 
certificateKeystoreFileString certificateKeystoreFile 
- 
certificateKeystorePasswordString certificateKeystorePassword 
- 
certificateKeystorePasswordFileString certificateKeystorePasswordFile 
- 
certificateKeystoreProviderString certificateKeystoreProvider 
- 
certificateKeystoreTypeString certificateKeystoreType 
- 
onameObjectName oname 
- 
sslHostConfigSSLHostConfig sslHostConfig 
- 
storeTypeorg.apache.tomcat.util.net.SSLHostConfigCertificate.StoreType storeType 
- 
typeSSLHostConfigCertificate.Type type 
 
- 
 
 
- 
- 
Package org.apache.tomcat.util.net.openssl- 
Class org.apache.tomcat.util.net.openssl.OpenSSLConfclass OpenSSLConf extends Object implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
commandsList<OpenSSLConfCmd> commands 
 
- 
 
- 
Class org.apache.tomcat.util.net.openssl.OpenSSLConfCmdclass OpenSSLConfCmd extends Object implements Serializable- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.util.threads- 
Exception org.apache.tomcat.util.threads.StopPooledThreadExceptionclass StopPooledThreadException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
 
- 
Class org.apache.tomcat.util.threads.TaskQueue- serialVersionUID:
- 1L
 
 
- 
- 
Package org.apache.tomcat.websocket- 
Exception org.apache.tomcat.websocket.AuthenticationExceptionclass AuthenticationException extends Exception implements Serializable- serialVersionUID:
- 5709887412240096441L
 
- 
Exception org.apache.tomcat.websocket.ReadBufferOverflowExceptionclass ReadBufferOverflowException extends IOException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
minBufferSizeint minBufferSize 
 
- 
 
- 
Exception org.apache.tomcat.websocket.WsIOExceptionclass WsIOException extends IOException implements Serializable- serialVersionUID:
- 1L
 - 
Serialized Fields- 
closeReasonCloseReason closeReason 
 
- 
 
 
- 
- 
Package org.apache.tomcat.websocket.server- 
Class org.apache.tomcat.websocket.server.WsFilterclass WsFilter extends GenericFilter implements Serializable- serialVersionUID:
- 1L
 
 
-