Package org.keycloak.models.jpa.entities
Class UserGroupMembershipEntity
- java.lang.Object
- 
- org.keycloak.models.jpa.entities.UserGroupMembershipEntity
 
- 
 @Entity public class UserGroupMembershipEntity extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUserGroupMembershipEntity.Key
 - 
Field SummaryFields Modifier and Type Field Description protected StringgroupIdprotected UserEntityuser
 - 
Constructor SummaryConstructors Constructor Description UserGroupMembershipEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroupId()UserEntitygetUser()inthashCode()voidsetGroupId(String groupId)voidsetUser(UserEntity user)
 
- 
- 
- 
Field Detail- 
userprotected UserEntity user 
 - 
groupIdprotected String groupId 
 
- 
 - 
Method Detail- 
getUserpublic UserEntity getUser() 
 - 
setUserpublic void setUser(UserEntity user) 
 - 
getGroupIdpublic String getGroupId() 
 - 
setGroupIdpublic void setGroupId(String groupId) 
 
- 
 
-