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 SummaryFields Modifier and Type Field Description protected StringroleIdprotected UserEntityuser
 - 
Constructor SummaryConstructors Constructor Description Key()Key(UserEntity user, String roleId)
 
- 
- 
- 
Field Detail- 
userprotected UserEntity user 
 - 
roleIdprotected String roleId 
 
- 
 - 
Constructor Detail- 
Keypublic Key() 
 - 
Keypublic Key(UserEntity user, String roleId) 
 
- 
 
-