Interface SecurityUser

All Superinterfaces:
SecurityActor, UserIdRelated
All Known Implementing Classes:
AuthenticatedUser

public interface SecurityUser extends SecurityActor, UserIdRelated
API for user details.
  • Method Details

    • getDisplayName

      String getDisplayName()
      Get a friendly display name.
      Returns:
      display name
    • getEmail

      String getEmail()
      Get the email used to authenticate the user with.
      Returns:
      email
    • getUserId

      Long getUserId()
      Get a unique user ID.
      Specified by:
      getUserId in interface UserIdRelated
      Returns:
      the user ID