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   
org.jclouds.openstack.keystone.v2_0.functions   
 

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> AuthenticationAsyncApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Deprecated.  
 Access AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId, PasswordCredentials passwordCredentials)
          Authenticate to generate a token.
 com.google.common.util.concurrent.ListenableFuture<Access> AuthenticationAsyncApi.authenticateWithTenantNameAndCredentials(String tenantName, PasswordCredentials passwordCredentials)
          Deprecated.  
 Access AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName, 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
 T PasswordCredentials.Builder.fromPasswordCredentials(PasswordCredentials in)
           
 

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

Methods in org.jclouds.openstack.keystone.v2_0.functions that return PasswordCredentials
 PasswordCredentials AuthenticatePasswordCredentials.createCredentials(String identity, String credential)
           
 

Methods in org.jclouds.openstack.keystone.v2_0.functions with parameters of type PasswordCredentials
protected  Access AuthenticatePasswordCredentials.authenticateWithTenantId(com.google.common.base.Optional<String> tenantId, PasswordCredentials apiAccessKeyCredentials)
           
protected  Access AuthenticatePasswordCredentials.authenticateWithTenantName(com.google.common.base.Optional<String> tenantName, PasswordCredentials apiAccessKeyCredentials)
           
 



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