Class UserGroup

java.lang.Object
org.imixs.marty.security.UserGroup
All Implemented Interfaces:
Serializable

@Entity public class UserGroup extends Object implements Serializable
User object to provide a database for username/password/groups. The user object is managed by the UserDBPlugin.
Author:
rsoika
See Also:
  • Constructor Details

    • UserGroup

      public UserGroup()
      default constructor for JPA
    • UserGroup

      public UserGroup(String aid)
      A User will be initialized with an id
  • Method Details

    • getId

      public String getId()
      returns the unique identifier for the Entity.
      Returns:
      universal id
    • setId

      protected void setId(String aID)