Class UserRoleMappingEntity

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

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

  • Constructor Details

    • UserRoleMappingEntity

      public UserRoleMappingEntity()
  • Method Details

    • getUser

      public UserEntity getUser()
    • setUser

      public void setUser(UserEntity user)
    • 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