org.jclouds.openstack.functions
Class URIFromAuthenticationResponseForService

java.lang.Object
  extended by org.jclouds.openstack.functions.URIFromAuthenticationResponseForService
All Implemented Interfaces:
com.google.common.base.Supplier<URI>

@Singleton
public class URIFromAuthenticationResponseForService
extends Object
implements com.google.common.base.Supplier<URI>


Nested Class Summary
static interface URIFromAuthenticationResponseForService.Factory
           
 
Constructor Summary
URIFromAuthenticationResponseForService(com.google.common.base.Supplier<AuthenticationResponse> auth, String service)
           
 
Method Summary
 URI get()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIFromAuthenticationResponseForService

@Inject
public URIFromAuthenticationResponseForService(com.google.common.base.Supplier<AuthenticationResponse> auth,
                                                      String service)
Method Detail

get

public URI get()
Specified by:
get in interface com.google.common.base.Supplier<URI>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.