public class AuthorizedTasks extends Object
| Constructor and Description |
|---|
AuthorizedTasks() |
| Modifier and Type | Method and Description |
|---|---|
static <V> Callable<V> |
bind(Callable<V> task)
Binds a
Callable task to the current scope and user. |
static <V> Runnable |
bind(Runnable task)
Binds a
Runnable task to the current scope and user. |
Copyright © 2016. All Rights Reserved.