Tests if the user has the specified permission. @param perm permission to be checked @return result of check
(final Perm perm)
| 259 | * @return result of check |
| 260 | */ |
| 261 | public synchronized boolean has(final Perm perm) { |
| 262 | return has(perm, null); |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Tests if the user has the specified permission. |