Package org.ametys.web.usermanagement
Class UserSignupManager.TempUser
java.lang.Object
org.ametys.web.usermanagement.UserSignupManager.TempUser
- Enclosing class:
- UserSignupManager
Bean representing a user sign-up request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Get the email.Get the population.getSite()
Get the site.Get the subscriptionDate.getToken()
Get the token.Get the user directory id.void
Set the email.void
setPopulation
(String population) Set the population.void
Set the site.void
setSubscriptionDate
(Date subscriptionDate) Set the subscriptionDate.void
Set the token.void
setUserDirectoryIndex
(String userDirectoryId) Set the user directory index.
-
Field Details
-
_site
The site name. -
_email
The user e-mail. -
_subscriptionDate
The user subscription date. -
_token
The request token. -
_population
The id of the population -
_userDirectoryId
The id of the user directory of the population
-
-
Constructor Details
-
TempUser
public TempUser(String site, String email, Date subscriptionDate, String token, String population, String userDirectoryId) Constructor.- Parameters:
site
- the siteemail
- the user's emailsubscriptionDate
- the date of subscriptiontoken
- the user's tokenpopulation
- The id of the populationuserDirectoryId
- The id of the user directory of the population
-
-
Method Details
-
getSite
Get the site.- Returns:
- the site
-
setSite
Set the site.- Parameters:
site
- the site to set
-
getEmail
Get the email.- Returns:
- _the email
-
setEmail
Set the email.- Parameters:
email
- the email to set
-
getSubscriptionDate
Get the subscriptionDate.- Returns:
- _the subscriptionDate
-
setSubscriptionDate
Set the subscriptionDate.- Parameters:
subscriptionDate
- the subscriptionDate to set
-
getToken
Get the token.- Returns:
- _the token
-
setToken
Set the token.- Parameters:
token
- the token to set
-
getPopulation
Get the population.- Returns:
- the population
-
setPopulation
Set the population.- Parameters:
population
- the population to set
-
getUserDirectoryId
Get the user directory id.- Returns:
- the user directory id
-
setUserDirectoryIndex
Set the user directory index.- Parameters:
userDirectoryId
- the user directory id to set
-