| Package | Description |
|---|---|
| com.sun.enterprise.web.deploy | |
| org.apache.catalina.deploy |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityCollectionDecorator
Decorator of class
org.apache.catalina.deploy.SecurityCollection |
| Modifier and Type | Method and Description |
|---|---|
SecurityCollection |
SecurityConstraint.findCollection(String name)
Return the web resource collection for the specified name, if any;
otherwise, return
null. |
SecurityCollection[] |
SecurityConstraint.findCollections()
Return all of the web resource collections protected by this
security constraint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityConstraint.addCollection(SecurityCollection collection)
Add a new web resource collection to those protected by this
security constraint.
|
void |
SecurityConstraint.removeCollection(SecurityCollection collection)
Remove the specified web resource collection from those protected by
this security constraint.
|
Copyright © 2019. All rights reserved.