models

User

trait User extends Identity

Simple class to capture basic User Information. This is similar to Identity in securesocial

Linear Supertypes
Identity, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. User
  2. Identity
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def authMethod: AuthenticationMethod

    Definition Classes
    Identity
  2. abstract def avatarUrl: Option[String]

    Definition Classes
    Identity
  3. abstract def email: Option[String]

    Definition Classes
    Identity
  4. abstract def firstName: String

    Definition Classes
    Identity
  5. abstract def followedEntities: List[TypedID]

  6. abstract def followers: List[UUID]

  7. abstract def friends: Option[List[String]]

  8. abstract def fullName: String

    Definition Classes
    Identity
  9. abstract def id: UUID

  10. abstract def identityId: IdentityId

    Definition Classes
    Identity
  11. abstract def lastLogin: Option[Date]

  12. abstract def lastName: String

    Definition Classes
    Identity
  13. abstract def oAuth1Info: Option[OAuth1Info]

    Definition Classes
    Identity
  14. abstract def oAuth2Info: Option[OAuth2Info]

    Definition Classes
    Identity
  15. abstract def passwordInfo: Option[PasswordInfo]

    Definition Classes
    Identity
  16. abstract def profile: Option[Profile]

  17. abstract def repositoryPreferences: Map[String, Any]

  18. abstract def spaceandrole: List[UserSpaceAndRole]

  19. abstract def status: UserStatus.Value

  20. abstract def superAdminMode: Boolean

  21. abstract def termsOfServices: Option[UserTermsOfServices]

  22. abstract def viewed: Option[List[UUID]]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def format(paren: Boolean): String

  12. def getAvatarUrl(size: Integer = 256): String

    Get the avatar URL for this user's profile If user has no avatar URL, this will return a unique URL based on the hash of this user's email address.

    Get the avatar URL for this user's profile If user has no avatar URL, this will return a unique URL based on the hash of this user's email address. Gravatar provide an image as specified in application.conf

    returns

    Full gravatar URL for the user's profile picture

  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getEmailHash: String

    returns

    lower case md5 hash of the user's email

  15. def getFollowedObjectList(objectType: String): List[TypedID]

  16. def getMiniUser: MiniUser

    return MiniUser constructed from the user model

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    User → AnyRef → Any
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Identity

Inherited from AnyRef

Inherited from Any

Ungrouped