Interface UserIdentity

All Known Implementing Classes:
User

public interface UserIdentity
Provides an interface for user so identity checks dont' require full marshalling
Since:
0.15.1
  • Method Details

    • getId

      Long getId()
      Gets the uniquely generated ID from the database record stored via the Morpheus appliance.
      Returns:
      id
    • getAccount

      AccountIdentity getAccount()
    • getUsername

      String getUsername()
    • getEmail

      String getEmail()
    • getEnabled

      Boolean getEnabled()
    • getPermissions

      Map<String,String> getPermissions()