-
Method Summary
Modifier and Type |
Method |
Description |
boolean |
hasPermission(io.deephaven.enterprise.auth.UserContext user,
TableKey tableKey) |
Return true if the given user is allowed to see locations for this TableKey.
|
-
Method Details
-
boolean hasPermission(
@Nullable
io.deephaven.enterprise.auth.UserContext user,
@NotNull
TableKey tableKey)
Return true if the given user is allowed to see locations for this TableKey.
- Parameters:
user
- optional user to check
tableKey
- the table to check
- Returns:
- true if the user is allowed to view this table.