| Package | Description |
|---|---|
| com.sun.enterprise.deployment.web | |
| com.sun.enterprise.web.deploy | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
Set<WebResourceCollection> |
SecurityConstraint.getWebResourceCollections()
The collection of URL pattern plus HTTP methods that are constrained.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraint.addWebResourceCollection(WebResourceCollection webResourceCollection) |
| Constructor and Description |
|---|
SecurityCollectionDecorator(WebResourceCollection decoree) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebResourceCollectionImpl
This descriptor represents a description of a portion of a web app
in terms of a collection of url patterns and
a collection of http methods on this patterns.
|
| Modifier and Type | Method and Description |
|---|---|
Set<WebResourceCollection> |
SecurityConstraintImpl.getWebResourceCollections()
Return all the web resource collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraintImpl.addWebResourceCollection(WebResourceCollection webResourceCollection)
Adds a web resource collection to this constraint.
|
void |
SecurityConstraintImpl.removeWebResourceCollection(WebResourceCollection webResourceCollection)
Removes the given web resource collection from this constraint.
|
Copyright © 2017. All rights reserved.