Determines if the user is allowed to execute the given query. The returned state contains a status code regarding whether or not the query is allowed. If the query IS allowed, the same user state passed as an argument maybe returned. @param state A non-null auth state with the user and AuthStatus.SU
(final AuthState state,
final TSQuery query)
| 87 | * permission. |
| 88 | */ |
| 89 | public abstract AuthState allowQuery(final AuthState state, |
| 90 | final TSQuery query); |
| 91 | |
| 92 | /** |
no outgoing calls