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