Class Auth.ProjectIdScope.ProjectId
- java.lang.Object
-
- org.jclouds.openstack.keystone.v3.domain.Auth.ProjectIdScope.ProjectId
-
- Enclosing class:
- Auth.ProjectIdScope
public abstract static class Auth.ProjectIdScope.ProjectId extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectId()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Auth.ProjectIdScope.ProjectId
create(String id, Object domain)
static Auth.ProjectIdScope.ProjectId
create(String id, Auth.Id domain)
static Auth.ProjectIdScope.ProjectId
create(String id, Auth.Name domain)
abstract Object
domain()
abstract String
id()
-
-
-
Method Detail
-
id
public abstract String id()
-
create
public static Auth.ProjectIdScope.ProjectId create(String id, Object domain)
-
create
public static Auth.ProjectIdScope.ProjectId create(String id, Auth.Name domain)
-
create
public static Auth.ProjectIdScope.ProjectId create(String id, Auth.Id domain)
-
-