Class KeystoneAuth.AuthScope.ScopeProject
- java.lang.Object
-
- org.openstack4j.openstack.common.IdResourceEntity
-
- org.openstack4j.openstack.common.BasicResourceEntity
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthScope.ScopeProject
-
- All Implemented Interfaces:
Serializable,BasicResource,IdEntity,Authentication.Scope.Project,ModelEntity,ResourceEntity
- Enclosing class:
- KeystoneAuth.AuthScope
public static final class KeystoneAuth.AuthScope.ScopeProject extends BasicResourceEntity implements Authentication.Scope.Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScopeProject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeystoneAuth.AuthScope.ScopeProjectcreate(Identifier project)static KeystoneAuth.AuthScope.ScopeProjectcreate(Identifier project, Identifier domain)Authentication.Scope.DomaingetDomain()StringgetId()StringgetName()-
Methods inherited from class org.openstack4j.openstack.common.BasicResourceEntity
setName, toString
-
Methods inherited from class org.openstack4j.openstack.common.IdResourceEntity
setId
-
-
-
-
Method Detail
-
create
public static KeystoneAuth.AuthScope.ScopeProject create(Identifier project)
-
create
public static KeystoneAuth.AuthScope.ScopeProject create(Identifier project, Identifier domain)
-
getDomain
public Authentication.Scope.Domain getDomain()
- Specified by:
getDomainin interfaceAuthentication.Scope.Project
-
getId
public String getId()
Description copied from class:IdResourceEntity- Specified by:
getIdin interfaceIdEntity- Specified by:
getIdin interfaceResourceEntity- Overrides:
getIdin classIdResourceEntity- Returns:
- the identifier for this resource
-
getName
public String getName()
Description copied from class:BasicResourceEntity- Specified by:
getNamein interfaceBasicResource- Specified by:
getNamein interfaceResourceEntity- Overrides:
getNamein classBasicResourceEntity- Returns:
- the name for this resource
-
-