Package org.keycloak.models.jpa.entities
Class GroupRoleMappingEntity
- java.lang.Object
-
- org.keycloak.models.jpa.entities.GroupRoleMappingEntity
-
@Entity public class GroupRoleMappingEntity extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupRoleMappingEntity.Key
-
Field Summary
Fields Modifier and Type Field Description protected GroupEntitygroupprotected StringroleId
-
Constructor Summary
Constructors Constructor Description GroupRoleMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupEntitygetGroup()StringgetRoleId()inthashCode()voidsetGroup(GroupEntity group)voidsetRoleId(String roleId)
-
-
-
Field Detail
-
group
protected GroupEntity group
-
roleId
protected String roleId
-
-
Method Detail
-
getGroup
public GroupEntity getGroup()
-
setGroup
public void setGroup(GroupEntity group)
-
getRoleId
public String getRoleId()
-
setRoleId
public void setRoleId(String roleId)
-
-