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