Uses of Class
org.apache.catalina.deploy.SecurityCollection
-
Packages that use SecurityCollection 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). -
-
Uses of SecurityCollection in com.sun.enterprise.web.deploy
Subclasses of SecurityCollection in com.sun.enterprise.web.deploy Modifier and Type Class Description classSecurityCollectionDecoratorDecorator of classorg.apache.catalina.deploy.SecurityCollection -
Uses of SecurityCollection in org.apache.catalina.deploy
Methods in org.apache.catalina.deploy that return SecurityCollection Modifier and Type Method Description SecurityCollectionSecurityConstraint. findCollection(String name)Return the web resource collection for the specified name, if any; otherwise, returnnull.SecurityCollection[]SecurityConstraint. findCollections()Return all of the web resource collections protected by this security constraint.Methods in org.apache.catalina.deploy with parameters of type SecurityCollection Modifier and Type Method Description voidSecurityConstraint. addCollection(SecurityCollection collection)Add a new web resource collection to those protected by this security constraint.voidSecurityConstraint. removeCollection(SecurityCollection collection)Remove the specified web resource collection from those protected by this security constraint.
-