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 class
GroupRoleMappingEntity.Key
-
Field Summary
Fields Modifier and Type Field Description protected GroupEntity
group
protected String
roleId
-
Constructor Summary
Constructors Constructor Description GroupRoleMappingEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
GroupEntity
getGroup()
String
getRoleId()
int
hashCode()
void
setGroup(GroupEntity group)
void
setRoleId(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)
-
-