Uses of Class
org.jclouds.openstack.keystone.v3.domain.Auth.Name
-
Packages that use Auth.Name Package Description org.jclouds.openstack.keystone.v3.domain -
-
Uses of Auth.Name in org.jclouds.openstack.keystone.v3.domain
Methods in org.jclouds.openstack.keystone.v3.domain that return Auth.Name Modifier and Type Method Description static Auth.Name
Auth.Name. create(String name)
abstract Auth.Name
Auth.DomainScope. domain()
Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Name Modifier and Type Method Description static Auth.DomainScope
Auth.DomainScope. create(Auth.Name name)
static Auth.ProjectIdScope.ProjectId
Auth.ProjectIdScope.ProjectId. create(String id, Auth.Name domain)
static Auth.ProjectScope.ProjectName
Auth.ProjectScope.ProjectName. create(String name, Auth.Name domain)
-