Class KeystoneAuth.AuthScope.AuthDomain
- java.lang.Object
-
- org.openstack4j.openstack.common.IdResourceEntity
-
- org.openstack4j.openstack.common.BasicResourceEntity
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneAuth.AuthScope.AuthDomain
-
- All Implemented Interfaces:
Serializable,BasicResource,IdEntity,Authentication.Scope.Domain,ModelEntity,ResourceEntity
- Enclosing class:
- KeystoneAuth.AuthScope
public static final class KeystoneAuth.AuthScope.AuthDomain extends BasicResourceEntity implements Authentication.Scope.Domain
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthDomain(Identifier domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()-
Methods inherited from class org.openstack4j.openstack.common.BasicResourceEntity
setName, toString
-
Methods inherited from class org.openstack4j.openstack.common.IdResourceEntity
setId
-
-
-
-
Constructor Detail
-
AuthDomain
public AuthDomain(Identifier domain)
-
-
Method Detail
-
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
-
-