Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.context
Class ContextUserReplace

java.lang.Object
  extended by com.liferay.portal.kernel.test.context.ContextUserReplace
All Implemented Interfaces:
AutoCloseable

public class ContextUserReplace
extends Object
implements AutoCloseable


Constructor Summary
ContextUserReplace(User user)
           
ContextUserReplace(User user, PermissionChecker permissionChecker)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextUserReplace

public ContextUserReplace(User user)
                   throws Exception
Throws:
Exception

ContextUserReplace

public ContextUserReplace(User user,
                          PermissionChecker permissionChecker)
Method Detail

close

public void close()
Specified by:
close in interface AutoCloseable

Liferay 7.0-ce-b4