public abstract static class Auth.ProjectScope.ProjectName extends Object
Constructor and Description |
---|
Auth.ProjectScope.ProjectName() |
Modifier and Type | Method and Description |
---|---|
static Auth.ProjectScope.ProjectName |
create(String name,
Auth.Id domain) |
static Auth.ProjectScope.ProjectName |
create(String name,
Auth.Name domain) |
static Auth.ProjectScope.ProjectName |
create(String name,
Object domain) |
abstract Object |
domain() |
abstract String |
name() |
public abstract String name()
public static Auth.ProjectScope.ProjectName create(String name, Object domain)
public static Auth.ProjectScope.ProjectName create(String name, Auth.Name domain)
public static Auth.ProjectScope.ProjectName create(String name, Auth.Id domain)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.