Package | Description |
---|---|
org.openstack4j.api.client | |
org.openstack4j.model.common | |
org.openstack4j.openstack.client | |
org.openstack4j.openstack.identity.v3.domain |
Modifier and Type | Method and Description |
---|---|
IOSClientBuilder.V3 |
IOSClientBuilder.V3.credentials(String userName,
String password,
Identifier domain)
The authentication credentials and default scoped domain
|
IOSClientBuilder.V3 |
IOSClientBuilder.V3.scopeToDomain(Identifier domain)
Scopes the token to a domain level
|
IOSClientBuilder.V3 |
IOSClientBuilder.V3.scopeToProject(Identifier project)
scopes the token to a project level
|
IOSClientBuilder.V3 |
IOSClientBuilder.V3.scopeToProject(Identifier project,
Identifier domain)
Scopes the token to a project level
|
Modifier and Type | Method and Description |
---|---|
static Identifier |
Identifier.byId(String id)
Creates a new identifier which is an ID based value
|
static Identifier |
Identifier.byName(String name)
Creates an identifier which is NAME based identification
|
Modifier and Type | Method and Description |
---|---|
OSClientBuilder.ClientV3 |
OSClientBuilder.ClientV3.credentials(String user,
String password,
Identifier domain) |
OSClientBuilder.ClientV3 |
OSClientBuilder.ClientV3.scopeToDomain(Identifier domain) |
OSClientBuilder.ClientV3 |
OSClientBuilder.ClientV3.scopeToProject(Identifier project) |
OSClientBuilder.ClientV3 |
OSClientBuilder.ClientV3.scopeToProject(Identifier project,
Identifier domain) |
Modifier and Type | Method and Description |
---|---|
static KeystoneAuth.AuthScope.ScopeProject |
KeystoneAuth.AuthScope.ScopeProject.create(Identifier project) |
static KeystoneAuth.AuthScope.ScopeProject |
KeystoneAuth.AuthScope.ScopeProject.create(Identifier project,
Identifier domain) |
static KeystoneAuth.AuthScope |
KeystoneAuth.AuthScope.domain(Identifier domain) |
static KeystoneAuth.AuthScope |
KeystoneAuth.AuthScope.project(Identifier project) |
static KeystoneAuth.AuthScope |
KeystoneAuth.AuthScope.project(Identifier project,
Identifier domain) |
Constructor and Description |
---|
AuthDomain(Identifier domain) |
AuthPassword(String username,
String password,
Identifier domain) |
AuthUser(String username,
String password,
Identifier domainIdentifier) |
KeystoneAuth(String user,
String password,
Identifier domain,
KeystoneAuth.AuthScope scope) |
Copyright © 2017. All rights reserved.