Package | Description |
---|---|
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 | 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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.