Returns permission functions that match the current request. @param conn HTTP connection @return list of function, ordered by relevance @throws QueryException query exception @throws IOException I/O exception
(final HTTPConnection conn)
| 164 | * @throws IOException I/O exception |
| 165 | */ |
| 166 | public List<RestXqFunction> checks(final HTTPConnection conn) throws QueryException, IOException { |
| 167 | return find(conn, null, true); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Returns all implementations for the given WebSocket. |