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 Summary
Fields Modifier and Type Field Description protected GroupEntity
group
protected String
roleId
-
Constructor Summary
Constructors Constructor Description Key()
Key(GroupEntity group, String roleId)
-
-
-
Field Detail
-
group
protected GroupEntity group
-
roleId
protected String roleId
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(GroupEntity group, String roleId)
-
-