WebResourceCollection

The web-resource-collection element is used to identify a subset of the resources and HTTP methods on those resources within a web application to which a security constraint applies. If no HTTP methods are specified, then the security constraint applies to all HTTP methods.



Attributes Summary
webResourceName : StringThe web-resource-name contains the name of this web resource collection
description : String@since J2EE1.
urlPattern : String@since J2EE1.
httpMethod : HTTPMethodTypeEnum@since J2EE1.
secConstraint :   
URLs : URLPatternType * @since J2EE1.
descriptions : Description * @since J2EE1.
HTTPs : HTTPMethodType * @since J2EE1.

Attribute Details

webResourceName    -    The web-resource-name contains the name of this web resource collection
     data type:  String
     default Value:   unspecified



description    -    @since J2EE1.4 deprecated, becomes descriptions
     data type:  String
     default Value:   unspecified



urlPattern    -    @since J2EE1.4
     data type:  String
     default Value:   unspecified



httpMethod    -    @since J2EE1.4
     data type: HTTPMethodTypeEnum
     default Value:   unspecified
     Allowed Values:  GET   POST   PUT   DELETE   HEAD   OPTIONS   TRACE  



secConstraint    -     
     data type: 



URLs    -    @since J2EE1.4 deprecated, becomes urlPattern
     data type: URLPatternType*



descriptions    -    @since J2EE1.4
     data type: Description*



HTTPs    -    @since J2EE1.4 deprecated, becomes httpMethod
     data type: HTTPMethodType*


Copyright IBM Corp. 1997-2004