Package | Description |
---|---|
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.handlers | |
io.undertow.servlet.spec |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentManager.getDeployment() |
Modifier and Type | Method and Description |
---|---|
boolean |
AuthorizationManager.canAccessResource(List<SingleConstraintMatch> mappedConstraints,
Account account,
ServletInfo servletInfo,
HttpServletRequest request,
Deployment deployment)
Tests if a user can access a given resource
|
SessionManager |
SessionManagerFactory.createSessionManager(Deployment deployment) |
boolean |
AuthorizationManager.isUserInRole(String roleName,
Account account,
ServletInfo servletInfo,
HttpServletRequest request,
Deployment deployment)
Tests if a user is in a given role
|
SessionConfig |
SessionConfigWrapper.wrap(SessionConfig sessionConfig,
Deployment deployment) |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentImpl
Class that represents the mutable state associated with a servlet deployment that is built up
during the bootstrap process.
|
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentManagerImpl.getDeployment() |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultAuthorizationManager.canAccessResource(List<SingleConstraintMatch> constraints,
Account account,
ServletInfo servletInfo,
HttpServletRequest request,
Deployment deployment) |
SessionManager |
InMemorySessionManagerFactory.createSessionManager(Deployment deployment) |
boolean |
DefaultAuthorizationManager.isUserInRole(String role,
Account account,
ServletInfo servletInfo,
HttpServletRequest request,
Deployment deployment) |
Constructor and Description |
---|
ServletUpgradeListener(InstanceHandle<T> instance,
Deployment deployment,
HttpServerExchange exchange) |
SessionListenerBridge(Deployment deployment,
ApplicationListeners applicationListeners,
ServletContext servletContext) |
Modifier and Type | Method and Description |
---|---|
Deployment |
ServletRequestContext.getDeployment() |
Constructor and Description |
---|
ServletInitialHandler(ServletPathMatches paths,
HttpHandler next,
Deployment deployment,
ServletContextImpl servletContext) |
ServletPathMatches(Deployment deployment) |
ServletRequestContext(Deployment deployment,
HttpServletRequestImpl originalRequest,
HttpServletResponseImpl originalResponse,
ServletPathMatch originalServletPathMatch) |
Modifier and Type | Method and Description |
---|---|
Deployment |
ServletContextImpl.getDeployment() |
Constructor and Description |
---|
FilterRegistrationImpl(FilterInfo filterInfo,
Deployment deployment,
ServletContextImpl servletContext) |
ServletContextImpl(ServletContainer servletContainer,
Deployment deployment) |
ServletRegistrationImpl(ServletInfo servletInfo,
ManagedServlet managedServlet,
Deployment deployment) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.