Package org.keycloak.models.jpa.entities
Class UserGroupMembershipEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.entities.UserGroupMembershipEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UserGroupMembershipEntity
public static class UserGroupMembershipEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringgroupIdprotected UserEntityuser
-
Constructor Summary
Constructors Constructor Description Key()Key(UserEntity user, String groupId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroupId()UserEntitygetUser()inthashCode()
-
-
-
Field Detail
-
user
protected UserEntity user
-
groupId
protected String groupId
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(UserEntity user, String groupId)
-
-