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.IdAuth.Id. create(String id)abstract Auth.IdAuth.DomainIdScope. domain()abstract Auth.IdAuth.Identity. token()Methods in org.jclouds.openstack.keystone.v3.domain with parameters of type Auth.Id Modifier and Type Method Description static Auth.DomainIdScopeAuth.DomainIdScope. create(Auth.Id id)static Auth.IdentityAuth.Identity. create(List<String> methods, Auth.Id token, Auth.Identity.PasswordAuth password)static Auth.ProjectIdScope.ProjectIdAuth.ProjectIdScope.ProjectId. create(String id, Auth.Id domain)static Auth.ProjectScope.ProjectNameAuth.ProjectScope.ProjectName. create(String name, Auth.Id domain)
-