org.jclouds.openstack.keystone.v2_0.domain
Class PasswordCredentials.Builder

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.domain.PasswordCredentials.Builder
Enclosing class:
PasswordCredentials

public static class PasswordCredentials.Builder
extends Object


Field Summary
protected  String password
           
protected  String username
           
 
Constructor Summary
PasswordCredentials.Builder()
           
 
Method Summary
 PasswordCredentials build()
           
 PasswordCredentials.Builder fromPasswordCredentials(PasswordCredentials from)
           
protected  PasswordCredentials.Builder password(String password)
           
 PasswordCredentials.Builder username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

username

protected String username

password

protected String password
Constructor Detail

PasswordCredentials.Builder

public PasswordCredentials.Builder()
Method Detail

password

protected PasswordCredentials.Builder password(String password)
See Also:
PasswordCredentials.getUsername()

username

public PasswordCredentials.Builder username(String username)
See Also:
PasswordCredentials.getPassword()

build

public PasswordCredentials build()

fromPasswordCredentials

public PasswordCredentials.Builder fromPasswordCredentials(PasswordCredentials from)


Copyright © 2009-2012 jclouds. All Rights Reserved.