Package org.keycloak.models.jpa.entities
Class UserRoleMappingEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.entities.UserRoleMappingEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserRoleMappingEntity
public static class UserRoleMappingEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
roleId
protected UserEntity
user
-
Constructor Summary
Constructors Constructor Description Key()
Key(UserEntity user, String roleId)
-
-
-
Field Detail
-
user
protected UserEntity user
-
roleId
protected String roleId
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(UserEntity user, String roleId)
-
-