Package | Description |
---|---|
org.securityfilter.config | |
org.securityfilter.filter |
Modifier and Type | Method and Description |
---|---|
void |
SecurityConstraint.addWebResourceCollection(WebResourceCollection resourceCollection)
Add a WebResourceCollection to this SecurityConstraint.
|
Modifier and Type | Field and Description |
---|---|
protected WebResourceCollection |
URLPattern.resourceCollection |
Modifier and Type | Method and Description |
---|---|
WebResourceCollection |
URLPattern.getWebResourceCollection()
Get the WebResourceCollection associated with this pattern.
|
Modifier and Type | Method and Description |
---|---|
URLPattern |
URLPatternFactory.createURLPattern(String pattern,
SecurityConstraint constraint,
WebResourceCollection resourceCollection,
int order)
Create a URLPattern instance.
|
Constructor and Description |
---|
URLPattern(String pattern,
SecurityConstraint constraint,
WebResourceCollection resourceCollection,
int order,
org.apache.oro.text.regex.PatternCompiler compiler)
Construct a new URLPattern object.
|
Copyright © 2020 B3Partners B.V.. All rights reserved.