Interface Role


public interface Role
  • Method Details

    • getName

      String getName()
    • getId

      String getId()
    • getActionIds

      List<String> getActionIds()
    • getDescription

      String getDescription()
    • isAssignable

      boolean isAssignable()