Liferay 6.0.5

com.liferay.portlet.iframe.util
Class IFrameUtil

java.lang.Object
  extended by com.liferay.portlet.iframe.util.IFrameUtil

public class IFrameUtil
extends Object


Constructor Summary
IFrameUtil()
           
 
Method Summary
static String getPassword(PortletRequest portletRequest, String password)
           
static String getUserName(PortletRequest portletRequest, String userName)
           
static boolean isPasswordTokenEnabled(PortletRequest portletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IFrameUtil

public IFrameUtil()
Method Detail

getPassword

public static String getPassword(PortletRequest portletRequest,
                                 String password)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

getUserName

public static String getUserName(PortletRequest portletRequest,
                                 String userName)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

isPasswordTokenEnabled

public static boolean isPasswordTokenEnabled(PortletRequest portletRequest)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5