Interface RolePermissionContract

All Superinterfaces:
GloballyUnique, Identifiable, Inactivatable, Versioned
All Known Implementing Classes:
RolePermission, RolePermission.Builder

public interface RolePermissionContract extends Versioned, GloballyUnique, Identifiable, Inactivatable
This is the contract for a KimPermission.
  • Method Details

    • getRoleId

      String getRoleId()
      The Role ID referenced by the Role Permission.
      Returns:
      roleId
    • getPermissionId

      String getPermissionId()
      The Permission ID referenced by the Role Permission.
      Returns:
      permissionId