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
FieldsModifier and TypeFieldDescriptionprotected Collection<GroupAttributeEntity>protected Stringprotected Stringstatic StringID set in the PARENT column to mark the group as top level. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getName()getRealm()intgetType()inthashCode()voidsetAttributes(Collection<GroupAttributeEntity> attributes) voidvoidvoidsetParentId(String parentId) voidvoidsetType(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