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 SummaryNested Classes Modifier and Type Class Description static classGroupRoleMappingEntity.Key
 - 
Field SummaryFields Modifier and Type Field Description protected GroupEntitygroupprotected StringroleId
 - 
Constructor SummaryConstructors Constructor Description GroupRoleMappingEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupEntitygetGroup()StringgetRoleId()inthashCode()voidsetGroup(GroupEntity group)voidsetRoleId(String roleId)
 
- 
- 
- 
Field Detail- 
groupprotected GroupEntity group 
 - 
roleIdprotected String roleId 
 
- 
 - 
Method Detail- 
getGrouppublic GroupEntity getGroup() 
 - 
setGrouppublic void setGroup(GroupEntity group) 
 - 
getRoleIdpublic String getRoleId() 
 - 
setRoleIdpublic void setRoleId(String roleId) 
 
- 
 
-