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

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

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

Methods in org.jclouds.openstack.keystone.v2_0 with parameters of type PasswordCredentials
 com.google.common.util.concurrent.ListenableFuture<Access> ServiceAsyncClient.authenticateTenantWithCredentials(String tenantId, PasswordCredentials passwordCredentials)
           
 Access ServiceClient.authenticateTenantWithCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Authenticate to generate a token.
 

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

Methods in org.jclouds.openstack.keystone.v2_0.domain that return PasswordCredentials
 PasswordCredentials PasswordCredentials.Builder.build()
           
static PasswordCredentials PasswordCredentials.createWithUsernameAndPassword(String username, String password)
           
 

Methods in org.jclouds.openstack.keystone.v2_0.domain with parameters of type PasswordCredentials
 PasswordCredentials.Builder PasswordCredentials.Builder.fromPasswordCredentials(PasswordCredentials from)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.