com.intel.cosbench.client.keystone
Class KeystoneRequest.AuthInfo.Credentials

java.lang.Object
  extended by 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

Constructor Summary
KeystoneRequest.AuthInfo.Credentials()
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUsername()
           
 void setPassword(java.lang.String password)
           
 void setUsername(java.lang.String username)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeystoneRequest.AuthInfo.Credentials

public KeystoneRequest.AuthInfo.Credentials()
Method Detail

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)