public class AuthenticationResponse extends Object
Constructor and Description |
---|
AuthenticationResponse(String authToken,
Map<String,URI> services) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getAuthToken() |
Map<String,URI> |
getServices() |
int |
hashCode() |
void |
setEndpoints(Map<String,URI> services) |
String |
toString() |
public String getAuthToken()
Copyright © 2009-2012 jclouds. All Rights Reserved.