Class URIFromAuthenticationResponseForService

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

public class URIFromAuthenticationResponseForService extends Object implements com.google.common.base.Supplier<URI>
  • Constructor Details

    • URIFromAuthenticationResponseForService

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

    • get

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

      public String toString()
      Overrides:
      toString in class Object