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 SecurityConstraintServlets. securityConstraint() -
Uses of SecurityConstraint in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SecurityConstraint Modifier and Type Method Description SecurityConstraintSecurityConstraint. addWebResourceCollection(WebResourceCollection webResourceCollection)SecurityConstraintSecurityConstraint. addWebResourceCollections(WebResourceCollection... webResourceCollection)SecurityConstraintSecurityConstraint. addWebResourceCollections(java.util.List<WebResourceCollection> webResourceCollections)SecurityConstraintSecurityConstraint. clone()protected SecurityConstraintSecurityConstraint. 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 DeploymentInfoDeploymentInfo. addSecurityConstraint(SecurityConstraint securityConstraint)DeploymentInfoDeploymentInfo. addSecurityConstraints(SecurityConstraint... securityConstraints)Method parameters in io.undertow.servlet.api with type arguments of type SecurityConstraint Modifier and Type Method Description DeploymentInfoDeploymentInfo. 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 voidSecurityPathMatches.Builder. addSecurityConstraint(SecurityConstraint securityConstraint)
-