Class UserSignupManager.TempUser

java.lang.Object
org.ametys.web.usermanagement.UserSignupManager.TempUser
Enclosing class:
UserSignupManager

public static class UserSignupManager.TempUser extends Object
Bean representing a user sign-up request.
  • Field Details

  • Constructor Details

    • TempUser

      public TempUser(String site, String email, Date subscriptionDate, String token, String population, String userDirectoryId)
      Constructor.
      Parameters:
      site - the site
      email - the user's email
      subscriptionDate - the date of subscription
      token - the user's token
      population - The id of the population
      userDirectoryId - The id of the user directory of the population
  • Method Details

    • getSite

      public String getSite()
      Get the site.
      Returns:
      the site
    • setSite

      public void setSite(String site)
      Set the site.
      Parameters:
      site - the site to set
    • getEmail

      public String getEmail()
      Get the email.
      Returns:
      _the email
    • setEmail

      public void setEmail(String email)
      Set the email.
      Parameters:
      email - the email to set
    • getSubscriptionDate

      Get the subscriptionDate.
      Returns:
      _the subscriptionDate
    • setSubscriptionDate

      public void setSubscriptionDate(Date subscriptionDate)
      Set the subscriptionDate.
      Parameters:
      subscriptionDate - the subscriptionDate to set
    • getToken

      public String getToken()
      Get the token.
      Returns:
      _the token
    • setToken

      public void setToken(String token)
      Set the token.
      Parameters:
      token - the token to set
    • getPopulation

      Get the population.
      Returns:
      the population
    • setPopulation

      public void setPopulation(String population)
      Set the population.
      Parameters:
      population - the population to set
    • getUserDirectoryId

      Get the user directory id.
      Returns:
      the user directory id
    • setUserDirectoryIndex

      public void setUserDirectoryIndex(String userDirectoryId)
      Set the user directory index.
      Parameters:
      userDirectoryId - the user directory id to set