Package org.keycloak.models.jpa.entities
Class GroupEntity
java.lang.Object
org.keycloak.models.jpa.entities.GroupEntity
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected Collection<GroupAttributeEntity>
protected String
protected String
static String
ID set in the PARENT column to mark the group as top level. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getName()
getRealm()
int
getType()
int
hashCode()
void
setAttributes
(Collection<GroupAttributeEntity> attributes) void
void
void
setParentId
(String parentId) void
void
setType
(int type)
-
Field Details
-
TOP_PARENT_ID
ID set in the PARENT column to mark the group as top level. -
id
-
name
-
attributes
-
-
Constructor Details
-
GroupEntity
public GroupEntity()
-
-
Method Details