Uses of Interface
io.undertow.servlet.api.ConfidentialPortManager
-
Packages that use ConfidentialPortManager Package Description io.undertow.servlet.api io.undertow.servlet.handlers.security -
-
Uses of ConfidentialPortManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return ConfidentialPortManager Modifier and Type Method Description ConfidentialPortManager
DeploymentInfo. getConfidentialPortManager()
Methods in io.undertow.servlet.api with parameters of type ConfidentialPortManager Modifier and Type Method Description DeploymentInfo
DeploymentInfo. setConfidentialPortManager(ConfidentialPortManager confidentialPortManager)
-
Uses of ConfidentialPortManager in io.undertow.servlet.handlers.security
Constructors in io.undertow.servlet.handlers.security with parameters of type ConfidentialPortManager Constructor Description ServletConfidentialityConstraintHandler(ConfidentialPortManager portManager, io.undertow.server.HttpHandler next)
-