public static final class Authentication.Scope
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Authentication.Scope.Project |
Modifier and Type | Field and Description |
---|---|
private Authentication.Scope.Project |
project |
Constructor and Description |
---|
Scope() |
Modifier and Type | Method and Description |
---|---|
Authentication.Scope.Project |
getProject() |
static Authentication.Scope |
project(java.lang.String id) |
static Authentication.Scope |
project(java.lang.String domainName,
java.lang.String projectName) |
void |
setProject(Authentication.Scope.Project project) |
private Authentication.Scope.Project project
public static Authentication.Scope project(java.lang.String id)
public static Authentication.Scope project(java.lang.String domainName, java.lang.String projectName)
public Authentication.Scope.Project getProject()
public void setProject(Authentication.Scope.Project project)