Package | Description |
---|---|
org.jclouds.openstack.keystone.v3.domain |
Modifier and Type | Method and Description |
---|---|
static Auth.Id |
Auth.Id.create(String id) |
abstract Auth.Id |
Auth.DomainIdScope.domain() |
abstract Auth.Id |
Auth.ProjectIdScope.project() |
abstract Auth.Id |
Auth.Identity.token() |
Modifier and Type | Method and Description |
---|---|
static Auth.ProjectIdScope |
Auth.ProjectIdScope.create(Auth.Id id) |
static Auth.DomainIdScope |
Auth.DomainIdScope.create(Auth.Id id) |
static Auth.Identity |
Auth.Identity.create(List<String> methods,
Auth.Id token,
Auth.Identity.PasswordAuth password) |
static Auth.ProjectScope.ProjectName |
Auth.ProjectScope.ProjectName.create(String name,
Auth.Id domain) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.