org.jclouds.oauth.v2.functions
Class FetchToken
java.lang.Object
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>
| 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 |
FetchToken
@Inject
public FetchToken(OAuthApi oAuthApi)
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.