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