org.jclouds.oauth.v2.functions
Class FetchToken

java.lang.Object
  extended by org.jclouds.oauth.v2.functions.FetchToken
All Implemented Interfaces:
com.google.common.base.Function<TokenRequest,Token>

@Singleton
public class FetchToken
extends Object
implements com.google.common.base.Function<TokenRequest,Token>


Constructor Summary
FetchToken(OAuthApi oAuthApi)
           
 
Method Summary
 Token apply(TokenRequest input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

FetchToken

@Inject
public FetchToken(OAuthApi oAuthApi)
Method Detail

apply

public Token apply(TokenRequest input)
Specified by:
apply in interface com.google.common.base.Function<TokenRequest,Token>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.