org.jclouds.openstack.keystone.v2_0.domain
Class PasswordCredentials.Builder
java.lang.Object
org.jclouds.openstack.keystone.v2_0.domain.PasswordCredentials.Builder
- Enclosing class:
- PasswordCredentials
public static class PasswordCredentials.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
username
protected String username
password
protected String password
PasswordCredentials.Builder
public PasswordCredentials.Builder()
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.