Interface Authentication.Scope
-
- All Known Implementing Classes:
KeystoneAuth.AuthScope
- Enclosing interface:
- Authentication
public static interface Authentication.Scope
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthentication.Scope.Domainstatic interfaceAuthentication.Scope.Project
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Authentication.Scope.DomaingetDomain()Authentication.Scope.ProjectgetProject()
-
-
-
Method Detail
-
getProject
Authentication.Scope.Project getProject()
-
getDomain
Authentication.Scope.Domain getDomain()
-
-