Interface Role

All Known Implementing Classes:
RoleImpl

public interface Role
  • Method Details

    • getId

      String getId()
    • getName

      String getName()
    • setName

      void setName(String name)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getPermissions

      Set<String> getPermissions()
    • setPermissions

      void setPermissions(Set<String> permissions)
    • isReadOnly

      boolean isReadOnly()