public class KonyUser extends Object
Constructor and Description |
---|
KonyUser() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Method is used to get the Email the current Identity provider.
|
String |
getFirstName()
Method is used to get the FirstName the current Identity provider.
|
String |
getLastName()
Method is used to get the LastName the current Identity provider.
|
String |
getUserId()
Method is used to get the UserId the current Identity provider.
|
protected void |
setEmail(String email) |
protected void |
setFirstName(String firstName) |
protected void |
setLastName(String lastName) |
protected void |
setUserId(String userId) |
protected void setUserId(String userId)
userId
- protected void setEmail(String email)
email
- protected void setFirstName(String firstName)
firstName
- protected void setLastName(String lastName)
lastName
- public String getUserId()
public String getEmail()
public String getFirstName()
public String getLastName()