Uses of Class
org.jclouds.openstack.keystone.auth.domain.PasswordCredentials
- 
- 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.auth
Method parameters in org.jclouds.openstack.keystone.auth with type arguments of type PasswordCredentials Modifier and Type Method Description AuthInfoAuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials) - 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.auth.domain
Methods in org.jclouds.openstack.keystone.auth.domain that return PasswordCredentials Modifier and Type Method Description abstract PasswordCredentialsPasswordCredentials.Builder. build()static PasswordCredentialsPasswordCredentials. create(String username, String password) - 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.auth.functions
Methods in org.jclouds.openstack.keystone.auth.functions that return PasswordCredentials Modifier and Type Method Description PasswordCredentialsAuthenticatePasswordCredentials. createCredentials(String identity, String credential)Method parameters in org.jclouds.openstack.keystone.auth.functions with type arguments of type PasswordCredentials Modifier and Type Method Description AuthInfoAuthenticatePasswordCredentials. authenticate(TenantOrDomainAndCredentials<PasswordCredentials> credentials) - 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.v2_0.auth
Method parameters in org.jclouds.openstack.keystone.v2_0.auth with type arguments of type PasswordCredentials Modifier and Type Method Description AccessV2AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)Authenticate to generate a token. - 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.v3.auth
Method parameters in org.jclouds.openstack.keystone.v3.auth with type arguments of type PasswordCredentials Modifier and Type Method Description TokenV3AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials) - 
Uses of PasswordCredentials in org.jclouds.openstack.keystone.v3.binders
Method parameters in org.jclouds.openstack.keystone.v3.binders with type arguments of type PasswordCredentials Modifier and Type Method Description protected AuthBindPasswordAuthToJsonPayload. buildAuth(TenantOrDomainAndCredentials<PasswordCredentials> credentials, Object scope) 
 -