| Package | Description |
|---|---|
| org.apache.tomcat.util.descriptor.web |
| 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 © 2014–2016 Webtide. All rights reserved.