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 DeploymentDeploymentManager. getDeployment()Methods in io.undertow.servlet.api with parameters of type Deployment Modifier and Type Method Description booleanAuthorizationManager. 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.SessionManagerSessionManagerFactory. createSessionManager(Deployment deployment)booleanAuthorizationManager. 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.SessionConfigSessionConfigWrapper. 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 classDeploymentImplClass 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 DeploymentDeploymentManagerImpl. getDeployment()Methods in io.undertow.servlet.core with parameters of type Deployment Modifier and Type Method Description booleanDefaultAuthorizationManager. 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.SessionManagerInMemorySessionManagerFactory. createSessionManager(Deployment deployment)booleanDefaultAuthorizationManager. 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 DeploymentServletRequestContext. 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 DeploymentServletContextImpl. 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)
-