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 AuthInfo
AuthenticationApi. 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 PasswordCredentials
PasswordCredentials.Builder. build()
static PasswordCredentials
PasswordCredentials. 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 PasswordCredentials
AuthenticatePasswordCredentials. 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 AuthInfo
AuthenticatePasswordCredentials. 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 Access
V2AuthenticationApi. 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 Token
V3AuthenticationApi. 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 Auth
BindPasswordAuthToJsonPayload. buildAuth(TenantOrDomainAndCredentials<PasswordCredentials> credentials, Object scope)
-