Uses of Class
org.jclouds.openstack.keystone.v3.domain.Auth.Id
-
Packages that use Auth.Id Package Description org.jclouds.openstack.keystone.v3.domain -
-
Uses of Auth.Id in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Auth.Id Modifier and Type Method Description static Auth.Id
Auth.Id. create(String id)
abstract Auth.Id
Auth.DomainIdScope. domain()
abstract Auth.Id
Auth.Identity. token()
Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Id Modifier and Type Method Description 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.ProjectIdScope.ProjectId
Auth.ProjectIdScope.ProjectId. create(String id, Auth.Id domain)
static Auth.ProjectScope.ProjectName
Auth.ProjectScope.ProjectName. create(String name, Auth.Id domain)
-