org.jclouds.openstack
Class OpenStackAuthAsyncClient.AuthenticationResponse
java.lang.Object
org.jclouds.openstack.OpenStackAuthAsyncClient.AuthenticationResponse
- Enclosing interface:
- OpenStackAuthAsyncClient
public static class OpenStackAuthAsyncClient.AuthenticationResponse
- extends Object
OpenStackAuthAsyncClient.AuthenticationResponse
public OpenStackAuthAsyncClient.AuthenticationResponse(String authToken,
Map<String,URI> services)
getServices
public Map<String,URI> getServices()
setEndpoints
public void setEndpoints(Map<String,URI> services)
getAuthToken
public String getAuthToken()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object that)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 jclouds. All Rights Reserved.