Class KeystoneTenantUser
- java.lang.Object
-
- org.openstack4j.openstack.identity.v2.domain.KeystoneTenantUser
-
- All Implemented Interfaces:
Serializable,TenantUser,ModelEntity
public class KeystoneTenantUser extends Object implements TenantUser
A User from a Tenant perspective implemenation- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneTenantUser.TenantUsers
-
Constructor Summary
Constructors Constructor Description KeystoneTenantUser()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceTenantUser- Returns:
- the user identifier
-
getName
public String getName()
- Specified by:
getNamein interfaceTenantUser- Returns:
- the name of the user
-
getEmail
public String getEmail()
- Specified by:
getEmailin interfaceTenantUser- Returns:
- the email address of the user
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfaceTenantUser- Returns:
- true, if the user is enabled (active)
-
-