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 classAuthentication.Scope.Project
-
Field Summary
Fields Modifier and Type Field Description private Authentication.Scope.Projectproject
-
Constructor Summary
Constructors Constructor Description Scope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Authentication.Scope.ProjectgetProject()static Authentication.Scopeproject(java.lang.String id)static Authentication.Scopeproject(java.lang.String domainName, java.lang.String projectName)voidsetProject(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)
-
-