Uses of Interface
io.undertow.servlet.api.Deployment
-
Packages that use Deployment Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers io.undertow.servlet.spec -
-
Uses of Deployment in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return Deployment Modifier and Type Method Description Deployment
DeploymentManager. getDeployment()
Methods in io.undertow.servlet.api with parameters of type Deployment Modifier and Type Method Description boolean
AuthorizationManager. canAccessResource(java.util.List<SingleConstraintMatch> mappedConstraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment)
Tests if a user can access a given resourceio.undertow.server.session.SessionManager
SessionManagerFactory. createSessionManager(Deployment deployment)
boolean
AuthorizationManager. isUserInRole(java.lang.String roleName, io.undertow.security.idm.Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment)
Tests if a user is in a given roleio.undertow.server.session.SessionConfig
SessionConfigWrapper. wrap(io.undertow.server.session.SessionConfig sessionConfig, Deployment deployment)
-
Uses of Deployment in io.undertow.servlet.core
Classes in io.undertow.servlet.core that implement Deployment Modifier and Type Class Description class
DeploymentImpl
Class that represents the mutable state associated with a servlet deployment that is built up during the bootstrap process.Methods in io.undertow.servlet.core that return Deployment Modifier and Type Method Description Deployment
DeploymentManagerImpl. getDeployment()
Methods in io.undertow.servlet.core with parameters of type Deployment Modifier and Type Method Description boolean
DefaultAuthorizationManager. canAccessResource(java.util.List<SingleConstraintMatch> constraints, io.undertow.security.idm.Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment)
io.undertow.server.session.SessionManager
InMemorySessionManagerFactory. createSessionManager(Deployment deployment)
boolean
DefaultAuthorizationManager. isUserInRole(java.lang.String role, io.undertow.security.idm.Account account, ServletInfo servletInfo, jakarta.servlet.http.HttpServletRequest request, Deployment deployment)
Constructors in io.undertow.servlet.core with parameters of type Deployment Constructor Description ServletUpgradeListener(InstanceHandle<T> instance, Deployment deployment, io.undertow.server.HttpServerExchange exchange)
SessionListenerBridge(Deployment deployment, ApplicationListeners applicationListeners, jakarta.servlet.ServletContext servletContext)
-
Uses of Deployment in io.undertow.servlet.handlers
Methods in io.undertow.servlet.handlers that return Deployment Modifier and Type Method Description Deployment
ServletRequestContext. getDeployment()
Constructors in io.undertow.servlet.handlers with parameters of type Deployment Constructor Description ServletInitialHandler(ServletPathMatches paths, io.undertow.server.HttpHandler next, Deployment deployment, ServletContextImpl servletContext)
ServletPathMatches(Deployment deployment)
ServletRequestContext(Deployment deployment, HttpServletRequestImpl originalRequest, HttpServletResponseImpl originalResponse, ServletPathMatch originalServletPathMatch)
-
Uses of Deployment in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return Deployment Modifier and Type Method Description Deployment
ServletContextImpl. getDeployment()
Constructors in io.undertow.servlet.spec with parameters of type Deployment Constructor Description FilterRegistrationImpl(FilterInfo filterInfo, Deployment deployment, ServletContextImpl servletContext)
ServletContextImpl(ServletContainer servletContainer, Deployment deployment)
ServletRegistrationImpl(ServletInfo servletInfo, ManagedServlet managedServlet, Deployment deployment)
-