Liferay 6.1.2-ce-ga3

com.liferay.portal.security.jaas
Class JAASHelper

java.lang.Object
  extended by com.liferay.portal.security.jaas.JAASHelper

public class JAASHelper
extends Object


Constructor Summary
JAASHelper()
           
 
Method Summary
protected  long doGetJaasUserId(long companyId, String name)
           
static JAASHelper getInstance()
           
static long getJaasUserId(long companyId, String name)
           
static void setInstance(JAASHelper instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASHelper

public JAASHelper()
Method Detail

getInstance

public static JAASHelper getInstance()

getJaasUserId

public static long getJaasUserId(long companyId,
                                 String name)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

setInstance

public static void setInstance(JAASHelper instance)

doGetJaasUserId

protected long doGetJaasUserId(long companyId,
                               String name)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

Liferay 6.1.2-ce-ga3