Liferay 6.0.5

com.liferay.portal.util
Class OpenIdUtil

java.lang.Object
  extended by com.liferay.portal.util.OpenIdUtil

public class OpenIdUtil
extends Object


Method Summary
static org.openid4java.consumer.ConsumerManager getConsumerManager()
           
static String getScreenName(String openId)
           
static boolean isEnabled(long companyId)
           
static String normalize(String identity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConsumerManager

public static org.openid4java.consumer.ConsumerManager getConsumerManager()

getScreenName

public static String getScreenName(String openId)

isEnabled

public static boolean isEnabled(long companyId)
                         throws SystemException
Throws:
SystemException

normalize

public static String normalize(String identity)

Liferay 6.0.5