Class Authentication.Scope
- java.lang.Object
-
- com.woorea.openstack.keystone.v3.model.Authentication.Scope
-
- Enclosing class:
- Authentication
public static final class Authentication.Scope extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Authentication.Scope.Project
-
Field Summary
Fields Modifier and Type Field Description private Authentication.Scope.Project
project
-
Constructor Summary
Constructors Constructor Description Scope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
project
private Authentication.Scope.Project project
-
-
Method Detail
-
project
public static Authentication.Scope project(java.lang.String id)
-
project
public static Authentication.Scope project(java.lang.String domainName, java.lang.String projectName)
-
getProject
public Authentication.Scope.Project getProject()
-
setProject
public void setProject(Authentication.Scope.Project project)
-
-