Liferay 6.1.2-ce-ga3

com.liferay.portal.microsofttranslator
Class MicrosoftTranslatorAuthenticator

java.lang.Object
  extended by com.liferay.portal.microsofttranslator.MicrosoftTranslatorAuthenticator

public class MicrosoftTranslatorAuthenticator
extends Object


Constructor Summary
MicrosoftTranslatorAuthenticator()
           
MicrosoftTranslatorAuthenticator(String clientId, String clientSecret)
           
 
Method Summary
protected  void doInit()
           
 String getAccessToken()
           
 String getError()
           
 void init(boolean manual)
           
protected  boolean isStale()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MicrosoftTranslatorAuthenticator

public MicrosoftTranslatorAuthenticator()

MicrosoftTranslatorAuthenticator

public MicrosoftTranslatorAuthenticator(String clientId,
                                        String clientSecret)
Method Detail

getAccessToken

public String getAccessToken()

getError

public String getError()

init

public void init(boolean manual)

doInit

protected void doInit()

isStale

protected boolean isStale()

Liferay 6.1.2-ce-ga3