org.jclouds.openstack.domain
Class AuthenticationResponse
java.lang.Object
org.jclouds.openstack.domain.AuthenticationResponse
public class AuthenticationResponse
- extends Object
AuthenticationResponse
public 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-2012 jclouds. All Rights Reserved.