Package | Description |
---|---|
org.jclouds.openstack.keystone.v2_0 | |
org.jclouds.openstack.keystone.v2_0.domain | |
org.jclouds.openstack.keystone.v2_0.functions |
Modifier and Type | Method and Description |
---|---|
Access |
AuthenticationApi.authenticateWithTenantIdAndCredentials(String tenantId,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
Access |
AuthenticationApi.authenticateWithTenantNameAndCredentials(String tenantName,
PasswordCredentials passwordCredentials)
Authenticate to generate a token.
|
Modifier and Type | Method and Description |
---|---|
PasswordCredentials |
PasswordCredentials.Builder.build() |
static PasswordCredentials |
PasswordCredentials.createWithUsernameAndPassword(String username,
String password) |
Modifier and Type | Method and Description |
---|---|
T |
PasswordCredentials.Builder.fromPasswordCredentials(PasswordCredentials in) |
Modifier and Type | Method and Description |
---|---|
PasswordCredentials |
AuthenticatePasswordCredentials.createCredentials(String identity,
String credential) |
Modifier and Type | Method and Description |
---|---|
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-2016 The Apache Software Foundation. All Rights Reserved.