Uses of Class
io.undertow.servlet.api.SecurityConstraint
-
Packages that use SecurityConstraint Package Description io.undertow.servlet io.undertow.servlet.api io.undertow.servlet.handlers.security -
-
Uses of SecurityConstraint in io.undertow.servlet
Methods in io.undertow.servlet that return SecurityConstraint Modifier and Type Method Description static SecurityConstraint
Servlets. securityConstraint()
-
Uses of SecurityConstraint in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityConstraint Modifier and Type Method Description SecurityConstraint
SecurityConstraint. addWebResourceCollection(WebResourceCollection webResourceCollection)
SecurityConstraint
SecurityConstraint. addWebResourceCollections(WebResourceCollection... webResourceCollection)
SecurityConstraint
SecurityConstraint. addWebResourceCollections(java.util.List<WebResourceCollection> webResourceCollections)
SecurityConstraint
SecurityConstraint. clone()
protected SecurityConstraint
SecurityConstraint. createInstance()
Methods in io.undertow.servlet.api that return types with arguments of type SecurityConstraint Modifier and Type Method Description java.util.List<SecurityConstraint>
DeploymentInfo. getSecurityConstraints()
Methods in io.undertow.servlet.api with parameters of type SecurityConstraint Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addSecurityConstraint(SecurityConstraint securityConstraint)
DeploymentInfo
DeploymentInfo. addSecurityConstraints(SecurityConstraint... securityConstraints)
Method parameters in io.undertow.servlet.api with type arguments of type SecurityConstraint Modifier and Type Method Description DeploymentInfo
DeploymentInfo. addSecurityConstraints(java.util.Collection<SecurityConstraint> securityConstraints)
-
Uses of SecurityConstraint in io.undertow.servlet.handlers.security
Methods in io.undertow.servlet.handlers.security with parameters of type SecurityConstraint Modifier and Type Method Description void
SecurityPathMatches.Builder. addSecurityConstraint(SecurityConstraint securityConstraint)
-