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

Packages that use PasswordCredentials.Builder
org.jclouds.openstack.keystone.v2_0.domain   
 

Uses of PasswordCredentials.Builder in org.jclouds.openstack.keystone.v2_0.domain
 

Methods in org.jclouds.openstack.keystone.v2_0.domain that return PasswordCredentials.Builder
static PasswordCredentials.Builder PasswordCredentials.builder()
           
 PasswordCredentials.Builder PasswordCredentials.Builder.fromPasswordCredentials(PasswordCredentials from)
           
protected  PasswordCredentials.Builder PasswordCredentials.Builder.password(String password)
           
 PasswordCredentials.Builder PasswordCredentials.toBuilder()
           
 PasswordCredentials.Builder PasswordCredentials.Builder.username(String username)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.