public static class Authorization.QueryCheck extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
check |
(package private) Constraint |
constraint |
| Constructor and Description |
|---|
QueryCheck(boolean ch,
Constraint co) |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
getConstraint()
The stored constraint.
|
boolean |
isChecked()
Whether the contained result completely checks for security.
|
String |
toString()
Used for debugging.
|
final Constraint constraint
final boolean check
public QueryCheck(boolean ch,
Constraint co)
public boolean isChecked()
public Constraint getConstraint()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}