|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebResourceCollectionType
The web-resource-collectionType 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. Used in: security-constraint
Java class for web-resource-collectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="web-resource-collectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="web-resource-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="url-pattern" type="{http://java.sun.com/xml/ns/javaee}url-patternType" maxOccurs="unbounded"/>
<element name="http-method" type="{http://java.sun.com/xml/ns/javaee}http-methodType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
String[] |
getHttpMethod()
|
String |
getHttpMethod(int idx)
|
int |
getHttpMethodLength()
|
String |
getId()
Gets the value of the id property. |
UrlPatternType[] |
getUrlPattern()
|
UrlPatternType |
getUrlPattern(int idx)
|
int |
getUrlPatternLength()
|
String |
getWebResourceName()
Gets the value of the webResourceName property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
String |
setHttpMethod(int idx,
String value)
|
void |
setHttpMethod(String[] values)
|
void |
setId(String value)
Sets the value of the id property. |
UrlPatternType |
setUrlPattern(int idx,
UrlPatternType value)
|
void |
setUrlPattern(UrlPatternType[] values)
|
void |
setWebResourceName(String value)
Sets the value of the webResourceName property. |
| Method Detail |
|---|
String getWebResourceName()
Stringvoid setWebResourceName(String value)
value - allowed object is
StringDescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeUrlPatternType[] getUrlPattern()
UrlPatternTypeUrlPatternType getUrlPattern(int idx)
UrlPatternTypeint getUrlPatternLength()
void setUrlPattern(UrlPatternType[] values)
values - allowed objects are
UrlPatternType
UrlPatternType setUrlPattern(int idx,
UrlPatternType value)
value - allowed object is
UrlPatternTypeString[] getHttpMethod()
StringString getHttpMethod(int idx)
Stringint getHttpMethodLength()
void setHttpMethod(String[] values)
values - allowed objects are
String
String setHttpMethod(int idx,
String value)
value - allowed object is
StringString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||