org.alfresco.cmis.client.authentication
Class OAuthCMISAuthenticationProvider.AccessToken
java.lang.Object
org.alfresco.cmis.client.authentication.OAuthCMISAuthenticationProvider.AccessToken
- Enclosing class:
- OAuthCMISAuthenticationProvider
public static class OAuthCMISAuthenticationProvider.AccessToken
- extends Object
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)
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.