RoleId constructor

RoleId(
  1. String id
)

Implementation

RoleId(String id) : super(EntityType.ROLE, id);