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
Class representation of an individual that can interact with the system, hold accounts and other
information.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of portfolios that are marked as active.Returns a list of portfolios that are marked as inactive.Reads a secured password.voidsetPassword(String mutatedPassword) Sets a secured password.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericEntity
getCreatedAt, getId, getModifiedAt, isCreatedAtInferred
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getPassword
-
setPassword
Sets a secured password.- Parameters:
mutatedPassword- password
-
getActivePortfolios
-
getInActivePortfolios
-