Class AuthorizedTasks
- java.lang.Object
-
- org.gcube.common.authorization.library.AuthorizedTasks
-
public class AuthorizedTasks extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizedTasks()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <V> Runnablebind(Runnable task)Binds aRunnabletask to the current scope and user.static <V> Callable<V>bind(Callable<V> task)Binds aCallabletask to the current scope and user.
-