org.alfresco.cmis.client.authentication
Class OAuthCMISAuthenticationProvider.AccessToken

java.lang.Object
  extended by org.alfresco.cmis.client.authentication.OAuthCMISAuthenticationProvider.AccessToken
Enclosing class:
OAuthCMISAuthenticationProvider

public static class OAuthCMISAuthenticationProvider.AccessToken
extends Object


Constructor Summary
OAuthCMISAuthenticationProvider.AccessToken(org.json.simple.JSONObject json)
           
OAuthCMISAuthenticationProvider.AccessToken(String accessToken, String tokenType, Long expiresIn, String refreshToken, String scope)
           
 
Method Summary
 String getAccessToken()
           
 Long getExpiresAt()
           
 String getRefreshToken()
           
 String getScope()
           
 String getTokenType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthCMISAuthenticationProvider.AccessToken

public OAuthCMISAuthenticationProvider.AccessToken(org.json.simple.JSONObject json)

OAuthCMISAuthenticationProvider.AccessToken

public OAuthCMISAuthenticationProvider.AccessToken(String accessToken,
                                                   String tokenType,
                                                   Long expiresIn,
                                                   String refreshToken,
                                                   String scope)
Method Detail

getAccessToken

public String getAccessToken()

getTokenType

public String getTokenType()

getExpiresAt

public Long getExpiresAt()

getRefreshToken

public String getRefreshToken()

getScope

public String getScope()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011-2012 Alfresco. All Rights Reserved.