Package com.sun.enterprise.web.deploy
Class SecurityCollectionDecorator
- java.lang.Object
-
- org.apache.catalina.deploy.SecurityCollection
-
- com.sun.enterprise.web.deploy.SecurityCollectionDecorator
-
- All Implemented Interfaces:
Serializable
public class SecurityCollectionDecorator extends SecurityCollection
Decorator of classorg.apache.catalina.deploy.SecurityCollection- Author:
- Jean-Francois Arcand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityCollectionDecorator(WebResourceCollection decoree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Return the description of this web resource collection.StringgetName()Return the name of this web resource collection.-
Methods inherited from class org.apache.catalina.deploy.SecurityCollection
addMethod, addMethodOmission, addPattern, findMethod, findMethodOmission, findMethodOmissions, findMethods, findPattern, findPatterns, removeMethod, removeMethodOmission, removePattern, setDescription, setName, toString
-
-
-
-
Constructor Detail
-
SecurityCollectionDecorator
public SecurityCollectionDecorator(WebResourceCollection decoree)
-
-
Method Detail
-
getDescription
public String getDescription()
Return the description of this web resource collection.- Overrides:
getDescriptionin classSecurityCollection
-
getName
public String getName()
Return the name of this web resource collection.- Overrides:
getNamein classSecurityCollection
-
-