Package org.keycloak.models.jpa.entities
Class GroupRoleMappingEntity.Key
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.GroupRoleMappingEntity.Key
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- GroupRoleMappingEntity
 
 public static class GroupRoleMappingEntity.Key extends Object implements Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected GroupEntitygroupprotected StringroleId
 - 
Constructor SummaryConstructors Constructor Description Key()Key(GroupEntity group, String roleId)
 
- 
- 
- 
Field Detail- 
groupprotected GroupEntity group 
 - 
roleIdprotected String roleId 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(GroupEntity group, String roleId) 
 
- 
 
-