LoginProfile

case class LoginProfile(user: User, createdAt: DateTime) extends LoginProfile
Companion
object
trait Product
trait Equals
class LoginProfile
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def changePassword(newPassword: String)(iam: IAM): Unit
def destroy(iam: IAM): Unit

Inherited methods

def clone(): LoginProfile
Inherited from
LoginProfile
def equals(`x$0`: `<FromJavaObject>`): Boolean
Inherited from
LoginProfile
def getCreateDate(): Date
Inherited from
LoginProfile
def getPasswordResetRequired(): Boolean
Inherited from
LoginProfile
def getUserName(): String
Inherited from
LoginProfile
def hashCode(): Int
Inherited from
LoginProfile
def isPasswordResetRequired(): Boolean
Inherited from
LoginProfile
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def setCreateDate(`x$0`: Date): Unit
Inherited from
LoginProfile
def setPasswordResetRequired(`x$0`: Boolean): Unit
Inherited from
LoginProfile
def setUserName(`x$0`: String): Unit
Inherited from
LoginProfile
def toString(): String
Inherited from
LoginProfile
def withCreateDate(`x$0`: Date): LoginProfile
Inherited from
LoginProfile
def withPasswordResetRequired(`x$0`: Boolean): LoginProfile
Inherited from
LoginProfile
def withUserName(`x$0`: String): LoginProfile
Inherited from
LoginProfile