Interface | Description |
---|---|
AuthorizationManager |
Authorization manager.
|
ClassIntrospecter |
Interface that is provided by the container to create a servlet / filter / listener
definition from a given class, based on the annotations present on the class.
|
ConfidentialPortManager |
A utility to take the
HttpServerExchange of the current request and obtain the number of the port number to use in
https redirects. |
Deployment |
Runtime representation of a deployment.
|
DeploymentManager |
Manager that can be used to deploy and undeploy a servlet deployment.
|
ExceptionHandler |
An exception handler allows you to perform custom actions when an exception propagates out of the servlet
handler chain.
|
InstanceFactory<T> |
Factory that creates fully injected component instances.
|
InstanceHandle<T> |
A handle for a container managed instance.
|
LifecycleInterceptor |
Class that is run around invocations of servlet and filter lifecycle methods (init and destroy).
|
LifecycleInterceptor.LifecycleContext | |
MetricsCollector |
An interface that can be used to collect Servlet metrics
|
ServletContainer | |
ServletDispatcher | |
SessionConfigWrapper |
A class that allows the SessionConfig to be wrapped.
|
SessionManagerFactory |
Factory class used to create a session manager
|
SessionPersistenceManager |
Interface that is used in development mode to support session persistence across redeploys.
|
ThreadSetupAction | Deprecated |
ThreadSetupAction.Handle | |
ThreadSetupHandler | |
ThreadSetupHandler.Action<T,C> |
Class | Description |
---|---|
AuthMethodConfig | |
CrawlerSessionManagerConfig | |
DefaultServletConfig | Deprecated |
DeploymentInfo |
Represents a servlet deployment.
|
ErrorPage |
A servlet error page mapping
|
FilterInfo | |
FilterMappingInfo | |
HttpMethodSecurityInfo | |
ListenerInfo | |
LoggingExceptionHandler |
An exception handler that
|
LoggingExceptionHandler.Builder | |
LoginConfig | |
MimeMapping | |
SecurityConstraint | |
SecurityInfo<T extends SecurityInfo> | |
SecurityRoleRef | |
ServletContainer.Factory | |
ServletContainerInitializerInfo | |
ServletInfo | |
ServletSecurityInfo | |
ServletSessionConfig |
Session config that gets
|
SessionPersistenceManager.PersistentSession | |
SingleConstraintMatch |
Representation of a single security constrain matched for a single request.
|
WebResourceCollection |
Enum | Description |
---|---|
DeploymentManager.State | |
FilterMappingInfo.MappingType | |
SecurityInfo.EmptyRoleSemantic |
Equivalent to
ServletSecurity.EmptyRoleSemantic but with an additional mode to require authentication but no role
check. |
ServletStackTraces | |
TransportGuaranteeType |
Copyright © 2017 JBoss by Red Hat. All rights reserved.