org.jclouds.openstack.keystone.v2_0.domain
Class PasswordCredentials.Builder<T extends PasswordCredentials.Builder<T>>

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

public abstract static class PasswordCredentials.Builder<T extends PasswordCredentials.Builder<T>>
extends Object


Field Summary
protected  String password
           
protected  String username
           
 
Constructor Summary
PasswordCredentials.Builder()
           
 
Method Summary
 PasswordCredentials build()
           
 T fromPasswordCredentials(PasswordCredentials in)
           
 T password(String password)
           
protected abstract  T self()
           
 T 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

self

protected abstract T self()

username

public T username(String username)
See Also:
PasswordCredentials.getUsername()

password

public T password(String password)
See Also:
PasswordCredentials.getPassword()

build

public PasswordCredentials build()

fromPasswordCredentials

public T fromPasswordCredentials(PasswordCredentials in)


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.