org.jclouds.openstack.domain
Class AuthenticationResponse

java.lang.Object
  extended by org.jclouds.openstack.domain.AuthenticationResponse

public class AuthenticationResponse
extends Object


Constructor Summary
AuthenticationResponse(String authToken, Map<String,URI> services)
           
 
Method Summary
 boolean equals(Object that)
           
 String getAuthToken()
           
 Map<String,URI> getServices()
           
 int hashCode()
           
 void setEndpoints(Map<String,URI> services)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationResponse

public AuthenticationResponse(String authToken,
                              Map<String,URI> services)
Method Detail

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-2012 jclouds. All Rights Reserved.