com.atlassian.gadgets.oauth.serviceprovider.internal
Class OpenSocialTokenPropertiesFactory

java.lang.Object
  extended by com.atlassian.gadgets.oauth.serviceprovider.internal.OpenSocialTokenPropertiesFactory
All Implemented Interfaces:
com.atlassian.oauth.serviceprovider.TokenPropertiesFactory

public class OpenSocialTokenPropertiesFactory
extends Object
implements com.atlassian.oauth.serviceprovider.TokenPropertiesFactory


Field Summary
 
Fields inherited from interface com.atlassian.oauth.serviceprovider.TokenPropertiesFactory
ALTERNAME_CONSUMER_NAME
 
Constructor Summary
OpenSocialTokenPropertiesFactory(GadgetSpecFactory gadgetSpecFactory)
           
 
Method Summary
 Map<String,String> newAccessTokenProperties(com.atlassian.oauth.serviceprovider.ServiceProviderToken requestToken)
           
 Map<String,String> newRequestTokenProperties(com.atlassian.oauth.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSocialTokenPropertiesFactory

public OpenSocialTokenPropertiesFactory(GadgetSpecFactory gadgetSpecFactory)
Method Detail

newRequestTokenProperties

public Map<String,String> newRequestTokenProperties(com.atlassian.oauth.Request request)
Specified by:
newRequestTokenProperties in interface com.atlassian.oauth.serviceprovider.TokenPropertiesFactory

newAccessTokenProperties

public Map<String,String> newAccessTokenProperties(com.atlassian.oauth.serviceprovider.ServiceProviderToken requestToken)
Specified by:
newAccessTokenProperties in interface com.atlassian.oauth.serviceprovider.TokenPropertiesFactory


Copyright © 2011 Atlassian. All Rights Reserved.