public class UserProperties extends Object
| Constructor and Description |
|---|
UserProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUseremail()
Get the user's email address.
|
String |
getUserid()
Get the user's unique ID (also generally the login id).
|
String |
getUsername()
Get the user's full name.
|
String |
getUserrole()
Get the user's role.
|
void |
setUseremail(String useremail)
Set the user's email address.
|
void |
setUserid(String userid)
Set the user's unique ID (also generally the login id).
|
void |
setUsername(String username)
Set the user's full name.
|
void |
setUserrole(String userrole)
Set the user's role.
|
public String getUserid()
public void setUserid(String userid)
userid - public String getUsername()
public void setUsername(String username)
username - public String getUserrole()
public void setUserrole(String userrole)
userrole - public String getUseremail()
public void setUseremail(String useremail)
useremail - Copyright © 2017 Jasig. All Rights Reserved.