Interface AccountIdentity

All Known Implementing Classes:
Account

public interface AccountIdentity
Provides an interface for account 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
    • getName

      String getName()
    • getActive

      Boolean getActive()
    • getMasterAccount

      Boolean getMasterAccount()