Class User

java.lang.Object
com.bluebell.greenhouse.platform.models.core.entities.AbstractAuditableEntity
com.bluebell.greenhouse.platform.models.core.entities.security.User
All Implemented Interfaces:
GenericEntity

@Entity public class User extends AbstractAuditableEntity
Class representation of an individual that can interact with the system, hold accounts and other information.
Version:
3.0.5
Author:
Stephen Prizio
  • Constructor Details

    • User

      public User()
  • Method Details

    • getPassword

      public String getPassword()
      Reads a secured password.
      Returns:
      plain-text password
    • setPassword

      public void setPassword(String mutatedPassword)
      Sets a secured password.
      Parameters:
      mutatedPassword - password
    • getActivePortfolios

      public List<Portfolio> getActivePortfolios()
      Returns a list of portfolios that are marked as active.
      Returns:
      List of Portfolio
    • getInActivePortfolios

      public List<Portfolio> getInActivePortfolios()
      Returns a list of portfolios that are marked as inactive.
      Returns:
      List of Portfolio