List of usage examples for com.liferay.portal.kernel.security.auth.session AuthenticatedSessionManagerUtil signOutSimultaneousLogins
public static void signOutSimultaneousLogins(long userId) throws Exception
From source file:com.liferay.login.web.internal.portlet.util.LoginUtil.java
License:Open Source License
/** * @deprecated As of 1.1.0, replaced by {@link * AuthenticatedSessionManagerUtil#signOutSimultaneousLogins( * long)}// www . jav a2 s. c o m */ @Deprecated public static void signOutSimultaneousLogins(long userId) throws Exception { AuthenticatedSessionManagerUtil.signOutSimultaneousLogins(userId); }