Object
com.liferay.portal.kernel.security.auth.CompanyInheritableThreadLocalCallable<T>
- All Implemented Interfaces:
Callable<T>
public class CompanyInheritableThreadLocalCallable<T>
extends Object
implements Callable<T>
- Author:
- István András Dézsi
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompanyInheritableThreadLocalCallable
public CompanyInheritableThreadLocalCallable(Callable<T> callable)
-