com.intel.cosbench.client.keystone
Class KeystoneRequest.AuthInfo.Credentials
java.lang.Object
com.intel.cosbench.client.keystone.KeystoneRequest.AuthInfo.Credentials
- Enclosing class:
- KeystoneRequest.AuthInfo
public static class KeystoneRequest.AuthInfo.Credentials
- extends java.lang.Object
The credentials comprised of both the username and the password. This
class is specially structured in a way that is compatible with the
interface provided by the keystone service.
{"username": "?", "password": "?"}
- Author:
- qzheng
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeystoneRequest.AuthInfo.Credentials
public KeystoneRequest.AuthInfo.Credentials()
getUsername
public java.lang.String getUsername()
setUsername
public void setUsername(java.lang.String username)
getPassword
public java.lang.String getPassword()
setPassword
public void setPassword(java.lang.String password)