Interface IRole

All Superinterfaces:
Serializable
All Known Implementing Classes:
Role

public interface IRole extends Serializable
This interface defines the properties of a role implementation.
Since:
7.1
Author:
O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the unique name of the role.
  • Method Details

    • getName

      String getName()
      This method returns the unique name of the role. A role may either be identified by ID of by name.
      Returns:
      the unique name of the role.