Class RolesCategory

java.lang.Object
net.bluemind.role.api.RolesCategory

public class RolesCategory extends Object
Role category declaration.
  • Field Details

    • id

      public String id
      Unique identifier.
    • label

      public String label
      Category label.
    • priority

      public int priority
      Priority (order).
  • Constructor Details

    • RolesCategory

      public RolesCategory()
  • Method Details