com.liferay.portal.kernel.servlet.filters.compoundsessionid
Class CompoundSessionIdSplitterUtil

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.filters.compoundsessionid.CompoundSessionIdSplitterUtil

public class CompoundSessionIdSplitterUtil
extends java.lang.Object

See http://issues.liferay.com/browse/LPS-18587.

Author:
Michael C. Han, Shuyang Zhou

Constructor Summary
CompoundSessionIdSplitterUtil()
           
 
Method Summary
static java.lang.String getSessionIdDelimiter()
           
static boolean hasSessionDelimiter()
           
static java.lang.String parseSessionId(java.lang.String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundSessionIdSplitterUtil

public CompoundSessionIdSplitterUtil()
Method Detail

getSessionIdDelimiter

public static java.lang.String getSessionIdDelimiter()

hasSessionDelimiter

public static boolean hasSessionDelimiter()

parseSessionId

public static java.lang.String parseSessionId(java.lang.String sessionId)