Class KeystoneAuth.AuthScope
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthScope
-
- All Implemented Interfaces:
Serializable,Authentication.Scope
- Enclosing class:
- KeystoneAuth
public static final class KeystoneAuth.AuthScope extends Object implements Authentication.Scope, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneAuth.AuthScope.AuthDomainstatic classKeystoneAuth.AuthScope.ScopeProjectstatic classKeystoneAuth.AuthScope.ScopeTrust-
Nested classes/interfaces inherited from interface org.openstack4j.model.identity.v3.Authentication.Scope
Authentication.Scope.Domain, Authentication.Scope.Project
-
-
Constructor Summary
Constructors Constructor Description AuthScope(KeystoneAuth.AuthScope.AuthDomain domain)AuthScope(KeystoneAuth.AuthScope.ScopeProject project)AuthScope(KeystoneAuth.AuthScope.ScopeTrust trust)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeystoneAuth.AuthScopedomain(Identifier domain)Authentication.Scope.DomaingetDomain()Authentication.Scope.ProjectgetProject()static KeystoneAuth.AuthScopeproject(Identifier project)static KeystoneAuth.AuthScopeproject(Identifier project, Identifier domain)static KeystoneAuth.AuthScopetrust(String id)
-
-
-
Constructor Detail
-
AuthScope
public AuthScope(KeystoneAuth.AuthScope.ScopeProject project)
-
AuthScope
public AuthScope(KeystoneAuth.AuthScope.AuthDomain domain)
-
AuthScope
public AuthScope(KeystoneAuth.AuthScope.ScopeTrust trust)
-
-
Method Detail
-
project
public static KeystoneAuth.AuthScope project(Identifier project, Identifier domain)
-
project
public static KeystoneAuth.AuthScope project(Identifier project)
-
domain
public static KeystoneAuth.AuthScope domain(Identifier domain)
-
trust
public static KeystoneAuth.AuthScope trust(String id)
-
getProject
public Authentication.Scope.Project getProject()
- Specified by:
getProjectin interfaceAuthentication.Scope
-
getDomain
public Authentication.Scope.Domain getDomain()
- Specified by:
getDomainin interfaceAuthentication.Scope
-
-