Class GroupEntity

java.lang.Object
org.keycloak.models.jpa.entities.GroupEntity

@Entity public class GroupEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • TOP_PARENT_ID

      public static String TOP_PARENT_ID
      ID set in the PARENT column to mark the group as top level.
    • id

      protected String id
    • name

      protected String name
    • description

      protected String description
    • attributes

      protected Collection<GroupAttributeEntity> attributes
  • Constructor Details

    • GroupEntity

      public GroupEntity()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getAttributes

      public Collection<GroupAttributeEntity> getAttributes()
    • setAttributes

      public void setAttributes(Collection<GroupAttributeEntity> attributes)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm(String realm)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getType

      public int getType()
    • setType

      public void setType(int type)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object