|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.metadata.WebSecurityMetaData.WebResourceCollection
The security-constraint/web-resource-collection child element container
Constructor Summary | |
WebSecurityMetaData.WebResourceCollection(String name)
|
Method Summary | |
void |
addHttpMethod(String method)
|
void |
addPattern(String pattern)
|
String[] |
getHttpMethods()
The optional security-constraint/web-resource-collection/http-method |
String[] |
getMissingHttpMethods()
Return the http methods that were not specified in the collection. |
String |
getName()
|
String[] |
getUrlPatterns()
Get the url-patterns specified in the resource collection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebSecurityMetaData.WebResourceCollection(String name)
Method Detail |
public String getName()
public void addPattern(String pattern)
public String[] getUrlPatterns()
public void addHttpMethod(String method)
public String[] getHttpMethods()
public String[] getMissingHttpMethods()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |