Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.handlers.security |
Modifier and Type | Method and Description |
---|---|
static SecurityConstraint |
Servlets.securityConstraint() |
Modifier and Type | Method and Description |
---|---|
SecurityConstraint |
SecurityConstraint.addWebResourceCollection(WebResourceCollection webResourceCollection) |
SecurityConstraint |
SecurityConstraint.addWebResourceCollections(List<WebResourceCollection> webResourceCollections) |
SecurityConstraint |
SecurityConstraint.addWebResourceCollections(WebResourceCollection... webResourceCollection) |
SecurityConstraint |
SecurityConstraint.clone() |
protected SecurityConstraint |
SecurityConstraint.createInstance() |
Modifier and Type | Method and Description |
---|---|
List<SecurityConstraint> |
DeploymentInfo.getSecurityConstraints() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addSecurityConstraint(SecurityConstraint securityConstraint) |
DeploymentInfo |
DeploymentInfo.addSecurityConstraints(SecurityConstraint... securityConstraints) |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.addSecurityConstraints(Collection<SecurityConstraint> securityConstraints) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityPathMatches.Builder.addSecurityConstraint(SecurityConstraint securityConstraint) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.