Package org.keycloak.models.jpa.entities
Class UserRoleMappingEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.UserRoleMappingEntity
 
- 
 @Entity public class UserRoleMappingEntity extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUserRoleMappingEntity.Key
 - 
Field SummaryFields Modifier and Type Field Description protected StringroleIdprotected UserEntityuser
 - 
Constructor SummaryConstructors Constructor Description UserRoleMappingEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetRoleId()UserEntitygetUser()inthashCode()voidsetRoleId(String roleId)voidsetUser(UserEntity user)
 
- 
- 
- 
Field Detail- 
userprotected UserEntity user 
 - 
roleIdprotected String roleId 
 
- 
 - 
Method Detail- 
getUserpublic UserEntity getUser() 
 - 
setUserpublic void setUser(UserEntity user) 
 - 
getRoleIdpublic String getRoleId() 
 - 
setRoleIdpublic void setRoleId(String roleId) 
 
- 
 
-