|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.security.Authorization.QueryCheck
Defines the result of a security check on a query. Such a result has two members: A 'Constraint' which has to be added to the query and a boolean which sais if the query (with the given Constraint) has now been fully checked and that it's result does not need further postprocessing.
| Constructor Summary | |
Authorization.QueryCheck(boolean ch,
Constraint co)
|
|
| Method Summary | |
Constraint |
getConstraint()
The stored constraint. |
boolean |
isChecked()
Whether the contained result completely checks for security. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Authorization.QueryCheck(boolean ch,
Constraint co)
| Method Detail |
public boolean isChecked()
public Constraint getConstraint()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||