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.NameAuth.Name. create(String name)abstract Auth.NameAuth.DomainScope. domain()Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Name Modifier and Type Method Description static Auth.DomainScopeAuth.DomainScope. create(Auth.Name name)static Auth.ProjectIdScope.ProjectIdAuth.ProjectIdScope.ProjectId. create(String id, Auth.Name domain)static Auth.ProjectScope.ProjectNameAuth.ProjectScope.ProjectName. create(String name, Auth.Name domain) 
 -