public class UserCreatorImpl extends AbstractKapuaNamedEntityCreator<User> implements UserCreator
UserCreator implementation.description, nameattributesscopeId| Constructor and Description |
|---|
UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId scopeId) |
UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId accountId,
String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getEmail() |
Date |
getExpirationDate() |
String |
getExternalId() |
String |
getExternalUsername() |
String |
getPhoneNumber() |
UserStatus |
getStatus() |
UserType |
getUserType() |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setExpirationDate(Date expirationDate) |
void |
setExternalId(String externalId) |
void |
setExternalUsername(String externalUsername) |
void |
setPhoneNumber(String phoneNumber) |
void |
setStatus(UserStatus status) |
void |
setUserType(UserType userType) |
getDescription, getName, setDescription, setNamegetEntityAttributes, setEntityAttributesgetScopeId, setScopeIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getName, setDescription, setNamepublic UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId accountId,
String name)
accountId - name - public UserCreatorImpl(org.eclipse.kapua.model.id.KapuaId scopeId)
public UserStatus getStatus()
getStatus in interface UserCreatorpublic void setStatus(UserStatus status)
setStatus in interface UserCreatorpublic String getDisplayName()
getDisplayName in interface UserCreatorpublic void setDisplayName(String displayName)
setDisplayName in interface UserCreatorpublic String getEmail()
getEmail in interface UserCreatorpublic void setEmail(String email)
setEmail in interface UserCreatorpublic String getPhoneNumber()
getPhoneNumber in interface UserCreatorpublic void setPhoneNumber(String phoneNumber)
setPhoneNumber in interface UserCreatorpublic UserType getUserType()
getUserType in interface UserCreatorpublic void setUserType(UserType userType)
setUserType in interface UserCreatorpublic String getExternalId()
getExternalId in interface UserCreatorpublic void setExternalId(String externalId)
setExternalId in interface UserCreatorpublic String getExternalUsername()
getExternalUsername in interface UserCreatorpublic void setExternalUsername(String externalUsername)
setExternalUsername in interface UserCreatorpublic Date getExpirationDate()
getExpirationDate in interface UserCreatorpublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface UserCreatorCopyright © 2022 Eclipse.org. All rights reserved.