Package org.jclouds.openstack.domain
Class AuthenticationResponse
- java.lang.Object
-
- org.jclouds.openstack.domain.AuthenticationResponse
-
public class AuthenticationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationResponse(String authToken, Map<String,URI> services)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAuthToken()
Map<String,URI>
getServices()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getAuthToken
public String getAuthToken()
-
-