public class SecurityCheckedParameterImpl
... holds information on parameter which is excluded from request and security test is applied on.
Constructor and description |
---|
SecurityCheckedParameterImpl
(CheckedParameterConfig param) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getLabel() |
|
java.lang.String |
getName() |
|
java.lang.String |
getType() |
|
java.lang.String |
getXpath() |
|
boolean |
isChecked() |
|
void |
setChecked(boolean checked) Enable/dissable using this parameter in security check.. |
|
void |
setConfig(CheckedParameterConfig config)
|
|
void |
setLabel(java.lang.String label)
|
|
void |
setName(java.lang.String name)
|
|
void |
setType(SchemaType schemaType)
|
|
void |
setXpath(java.lang.String xpath)
|
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Enable/dissable using this parameter in security check..
config
- parameter config
label
- parameter label
name
- parameter name
schemaType
- parameter xml type
xpath
- parameter XPath