Class GroupRoleMappingEntity

java.lang.Object
org.keycloak.models.jpa.entities.GroupRoleMappingEntity

@Entity public class GroupRoleMappingEntity extends Object
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

  • Constructor Details

    • GroupRoleMappingEntity

      public GroupRoleMappingEntity()
  • Method Details

    • getGroup

      public GroupEntity getGroup()
    • setGroup

      public void setGroup(GroupEntity group)
    • getRoleId

      public String getRoleId()
    • setRoleId

      public void setRoleId(String roleId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object